Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #429358

    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.

    #430070

    Hi Kali!

    Please try the following in Quick CSS under Enfold–>General Styling:

    h3.widgettitle{
    text-transform:none !important;
    }

    Regards,
    Rikard

    #449185

    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

    #449352

    Hi!

    Please try this as well:

    h1.post-title, h1.entry-title {
    text-transform:none !important;
    }

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.