Looking for something fun and active to do in September?
Bedern Hall would like to invite you to come and explore some of York's best kept secrets! Originally home to the Vicars' Choral of the minster, Bedern Hall is now home to three of York's Guilds. Join tour guide Dave Hobman as he highlights the trades and traditions of York on a 60-minute walk around the city.
The experience includes a look around Bedern and the walking tour in association with the nationwide Heritage Open Days event.
3 walks during the day - 11am, 1pm and 2.30pm.
This is a free event (entrance into the guildhalls not included) Booking required for the tours, but the hall will be open as usual. Book here.
/**
* 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
*/