#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”; } }); });
#yogaIntro { margin-bottom: -24px; } .full-width-badge__text-block { width: 100% !important; } //.full-width-badge__wrapper { align-items: flex-start !important; margin-top: 70px !important; } .full-width-badge__bg-image-container:after { background: linear-gradient(90deg, #000000, rgb(33 33 33)) !important; } […]