.promo-bar__content-image { width: 250px; } img.facts-grid__icon { width: 150px !important; } .text-block.complex-price-badges__header-text-block .paragraph a { color: white; } @media (max-width: 768px) { .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) { width: calc(100% – var(–wp–style–unstable-gallery-gap, 16px) * .5); } }
#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.querySelectorAll(‘.complex-price-badges__membership-badge-secondary-link’); buttons.forEach(button => { // Prevent clicking by removing href and setting pointer-events button.removeAttribute(‘href’); button.style.pointerEvents = ‘none’; button.style.opacity = ‘0.6’; // optional: make it look […]
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; } .complex-price-badges .complex-price-badges__membership-badge–featured { flex-direction: row; flex-shrink: 0; display: none; } .complex-price-badges .complex-price-badges__header-text-block { width: 95%!important; } .secondary-price { color:#9F37EA !important } document.addEventListener(“DOMContentLoaded”, function () { […]
#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.querySelectorAll(‘.complex-price-badges__membership-badge-secondary-link’); buttons.forEach(button => { // Prevent clicking by removing href and setting pointer-events button.removeAttribute(‘href’); button.style.pointerEvents = ‘none’; button.style.opacity = ‘0.6’; // optional: make it look […]
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”; } }); });