The splendid Merchant Taylor’s Hall is open to the public on Tuesday, a rare chance to see inside this building.
Come and visit the Medieval Hall of the Company of Merchant Taylor’s in York. Explore this amazing building, a hidden gem in the heart of the City of York. It was built in the fifteenth century and has been beautifully preserved. An ancient oak roof covers the main Hall and the small Hall. You can view unique stained glass, pictures and architecture.
You can also find out about the Company and its traditions and tailors of the past.
If you are planning a wedding or other celebration, come and have a look and see if the Hall could be the right place for your event.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/