Good morning!
I want to change the font size of the footer header (it’s too big), but: nothing works.
If I change “h3” in the theme options, it doesn’t work.
If I change “widget title” in the theme options, it doesn’t work.
How can it work?
best regards
Susanne
Hey Susanne,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#footer h3.widgettitle {
font-size: 10px;
}
and adjust the font size to suit, then clear your browser cache and any cache plugin, and check.
If this doesn’t help please include the url to your site so we can take a closer look.
Best regards,
Mike