How can I change the font size here https://viralconnectivity.com/live-event/
(scroll down to 5 reasons why…)
I’ve tried applying the suggestions here and they didn’t work – https://kriesi.at/support/topic/icon-box-changing-the-font-type-size-of-the-title-content/
Hey yifatcohen,
Thank you for the inquiry.
You can either adjust the h2 tag in the theme’s Advanced Styling panel, or add your own css modification in the Quick CSS field or the style.css file of the child theme. Example:
#top h2 {
// styles here
}
The h2 tag in the text block has inline styles, so you may need to add the !important rule to override the default style.
Best regards,
Ismael