Is it possible to increase the font size?
-
Good evening Mary and welcome back!
Thank you for your good wishes. We hope you are successful in your projects as well 🙂
My client would like to know if it is possible to increase the font size for the filter area using custom code?
Absolutely, this is usually best handled via some CSS rules.
In order to gain full power on your site’s look and feel, I would highly recommend reading the following articles:
- https://theeventscalendar.com/knowledgebase/wordpress-customizer/
- https://theeventscalendar.com/knowledgebase/using-google-chrome-developer-tools/
- https://theeventscalendar.com/knowledgebase/changing-fonts-and-colours/
- https://theeventscalendar.com/knowledgebase/styling-events-widgets/
#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading { font-size: 20px !important; }
#tribe_events_filters_wrapper .tribe-dropdown .select2-choice>.select2-chosen, .select2-drop-active .select2-results .select2-highlighted, .select2-drop-active .select2-results .select2-result { font-size: 16px !important; }
Let me know how that goes.
Best regards,
Geoff B.
The topic ‘Is it possible to increase the font size?’ is closed to new replies.