Sorry for posting a question that has been answered many times but the provided solutions didn’t work so I’ve posted a link to my site below.
I’ve tried:
Editing enfold child, advanced styling, h2 tag, font size.
Also tried:
adding code to quick css under enfold child, general styling, quick css”
h2 {
font-size: 10px; !important;
}
(added the!important;
bit when the rest didn’t work.
Please help. (let me know if you need login details)
Update: Also tried manually (ftp) adding this code to custom.css (in themes/enfold/css folder)
h2 { font-size: 10px; }
but no joy there either..
Hey!
Can you please try adding following code to Style.css file of your child theme in Appearance > Editor
h2 { font-size: 10px !important; }
Cheers!
Yigit
Added it but it makes no difference:
see the “what we offer” text on my homepage (listed privately above).
Hi!
Remember to purge your caching / minification after doing this change.
Cheers!
Josue
Thanks guys, It was the minify or page caching and so I did it through the enfold child settings for ease.
Thanks again :)