I am trying to change the font size of the Event Calendar Title and the price. I’m using the following script for the title, and it is not applying. I haven’t started on the price scripting yet. Can you provide assistance?
.tribe-events-widget .tribe-events-widget-events-list__event-title-link tribe-common-anchor-thin { font-size: 15px !important;
color: #efbb20 !important; }
Hi Beth,
Please try this CSS instead:
h3.tribe-events-widget-events-list__event-title {
font-size: 20px;
}
span.tribe-events-widget-events-list__event-cost-price {
font-size: 14px;
}
Best regards,
Rikard
Hi Rikard, I added that to the Custom CSS, and it did not work. Can you login and take a look? Thanks!
Hi,
I edited the CSS a bit, and it’s applying to your site now. Please review it.
h3.tribe-events-widget-events-list__event-title {
font-size: 15px !important;
}
span.tribe-events-widget-events-list__event-cost-price {
font-size: 28px !important;
}
Best regards,
Rikard
Great! Thank you so much for your time.
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it. Have a great day!
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard