Skip to main content

Make the button font bold

Pete Stormer avatar
Written by Pete Stormer
Updated over 6 years ago

Find where you installed the Seated listings in your site code and add this style block just before.

<style>
.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
   font-weight: bold !important;
}
</style>
Did this answer your question?