Hi @quituck,
We do offer a quick help on your other thread and extended it more, we shouldn’t do it actually. If you’ll check that thread and this thread, it’s like we’re doing to customization from scratch. We do can help you, assist and guide you, but we can’t forever give custom codes that finish the whole project from scratch. And they are not just selectors but complete CSS codes. What we gave is just to help you get started given that you’re still familiarizing the HTML and CSS coding from the guides we provided.
And to answer your question to the other thread (javascript for a single event), it should be like this (almost similar to the selector of the CSS that I provided).
jQuery(document).ready(function($) {$('.mec-single-event .mec-btn-wrapper .mec-booking-button').each(function() {$(this).text('Buy Tickets');});});
We can’t provide further customization, if you’re looking for selectors, you can check the guides we provided. You can inspect your site and find your target elements and use their classes as selectors in your CSS. We could check if your CSS is correct or see what’s wrong with it, but we can’t give you the code that makes them all.
Thanks for understanding.