Hi,
I’m just wondering whether there is any way to prevent headings in my sidebar in the Enfold theme from being in CAPS without creating a child theme? That is the way that my designer has gotten around it, but then it limits my further editing of certain elements without any knowledge of CSS?
Thanks so much.
Hi Kali!
Please try the following in Quick CSS under Enfold–>General Styling:
h3.widgettitle{
text-transform:none !important;
}
Regards,
Rikard
Thanks so much Rikard,
I only just found your reply. It worked perfectly! Is there a way of removing the CAPS in main H1 etc headings within pages/posts?
Thanks