Experience the timeless music of ABBA in the breathtaking surroundings of York Minster. Featuring acclaimed vocalist Maggie Wakeling, accompanied by live strings, this unforgettable ABBA concert brings iconic hits to life in one of the UK’s most spectacular historic venues.
From Dancing Queen and Mamma Mia to Waterloo and The Winner Takes It All, enjoy powerful vocals and rich, soaring arrangements filling the magnificent space of York Minster. A must-see for ABBA fans and anyone looking for unforgettable live music in York.
Doors open from 6.45pm, the concert starts at 7.30pm. There is a short interval.
Saturday 1st August - 7.30pm
Tickets are available through Ignite Concerts Here, or Call 07966959427.
/**
* 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
*/