If you've added any custom styling to your tour listings, then we highly suggest you also add custom styles to your follow section.
This section is made up of 3 main components:
.seated-follow-box
.seated-follow-text
.seated-follow-link
The code below, for example, will change the follow button's background color to black and text color to white. Note: You can find other rgba colors here
<style>
.seated-follow-link {
background: rgba(0, 0, 0, 1) !important;
color: rgba (255, 255, 255, 1) !important;
}
</style>
However, most artists chose to style the .seated-follow-link class with the same exact styles as their .seated-event-link1 class (see example below).