#hideNow { display: none; } .event-details__hero-content .colored-tag.colored-tag–bold, .complex-price-badges__membership-badge-price-wrapper { display:none; } a.global-link.global-link–primary.secondary_link, .complex-price-badges__membership-badge-price-wrapper { display: none !important; } document.addEventListener(‘DOMContentLoaded’, function () { // Select all matching links/buttons const buttons = […]
document.addEventListener(“DOMContentLoaded”, function() { const tagElements = document.querySelectorAll(‘.colored-tag–bold’); tagElements.forEach(tagElement => { if (tagElement.textContent.trim() === “Event Ended”) { tagElement.textContent = “Closed for the season”; } }); });
#hideNow { display: none; } .event-details__hero-content .colored-tag.colored-tag–bold, .complex-price-badges__membership-badge-price-wrapper { display:none; } a.global-link.global-link–primary.secondary_link, .complex-price-badges__membership-badge-price-wrapper { display: none !important; } document.addEventListener(‘DOMContentLoaded’, function () { // Select all matching links/buttons const buttons = […]
document.addEventListener(“DOMContentLoaded”, function() { const tagElements = document.querySelectorAll(‘.colored-tag–bold’); tagElements.forEach(tagElement => { if (tagElement.textContent.trim() === “Event Ended”) { tagElement.textContent = “Closed for the season”; } }); });
#hideNow { display: none; } .event-details__hero-content .colored-tag.colored-tag–bold, .complex-price-badges__membership-badge-price-wrapper { display:none; } a.global-link.global-link–primary.secondary_link, .complex-price-badges__membership-badge-price-wrapper { display: none !important; } document.addEventListener(‘DOMContentLoaded’, function () { // Select all matching links/buttons const buttons = […]
document.addEventListener(“DOMContentLoaded”, function() { const tagElements = document.querySelectorAll(‘.colored-tag–bold’); tagElements.forEach(tagElement => { if (tagElement.textContent.trim() === “Event Ended”) { tagElement.textContent = “Closed for the season”; } }); });