Hi @rainmanne,
Thanks for reaching out to us. Should be possible with Custom CSS. Could you provide me the direct URL to the page you want to update? Also, it would be good if you could share a screenshot and pinpoint which texts — you could use third-party apps to share the screenshot, such as Loom or CloudApp.
Moreover, you could check out our Themer’s Guide to learn more about implementing CSS customization in these articles:
https://theeventscalendar.com/knowledgebase/themers-guide/
Looking forward to helping you with this one!
Best,
Abz
Hi, thanks a lot for the response. Please see below the URL as well as a screenshot of the item I am looking to customise:
Event URL
Screenshot
I can see that the text (TICKETS) is styled as a link but it’s not very visible. When I edit the event, the text is white and bold, so I want to customise it to become visible.
Hi @rainmanne,
Thanks for reaching out to us, and appreciate you providing me more information here.
It seems like this is created using a block, and it is not part of the template of The Event Tickets Plugin. Regardless, I’d like to provide you a Custom CSS that should update the button on the screenshot you provided.
Go to Appearances → Customize → Additional CSS and insert this Custom CSS here:
.tribe-block__event-website .gtrackexternal {
align-items: center !important;
background-color: #fff !important;
border: 1px solid #e1e3e6 !important;
display: inline-flex !important;
font-size: 1rem !important;
font-weight: 700 !important;
justify-content: center !important;
margin: 10px 15px 10px 0 !important;
min-height: 38px !important;
padding: 0 17px 0 14px !important;
}
See the screenshot on how it would look like:
https://share.getcloudapp.com/L1uR1ZQA
Moreover, you could customize it further and update the CSS. Please do clear your cache after applying the snippet.
Let me know if this helps.
Best,
Abz
Thanks so much! It worked perfectly! I had to put the code into Custom CCS/JS as Additional CCS doesn’t have an option to add code. Thanks a lot for your help!
Hi @rainmanne, that’s awesome! No worries, we’re here to help. If you have some time to review here, that would be more awesome!
I’d be marking this as resolved, and please do not hesitate to bump a new ticket for different topic/issue. We’d be glad to help you out.
Cheers,
Abz