Tagged: , , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23328

    Hi, what file / lines of code do I edit to remove caps from the headings?

    Thanks

    #119384

    Hi,

    I’m sorry but what do you mean by “caps” and what heading are you trying to change? Please give us a screenshot or give us a link to the page.

    Regards,

    Ismael

    #119385

    Hi, the H1 & H2 headings are all in capital letters. I need those to be upper and lower case. What file and line of code do I edit. Here’s screenshot http://www.aztubs.relevant.pro/wp-content/uploads/2013/05/enfold-heading-caps.jpg

    #119386

    I really need support on this right away. This should be a simple fix. I’ve searched all files / folders the headings should be in. It really should be in base.css. I need to know how to remove “uppercase” from H1 & H2 tags. I need this ASAP.

    Thanks

    #119387

    Hi,

    Please add this on your custom.css or quick CSS.

    h1, h2, h3 {
    text-transform: none !important;
    }

    Regards,

    Ismael

    #119388

    Thanks, for some reason it only worked when I put the code in the quick CSS, but it’s good to go now.

    Thanks much

    #119389

    I also want this, but I see an issue. Letters get cropped: Take a look at the G here: http://i41.tinypic.com/2vd5u9c.png

    #119390

    Hey!

    Please create a new thread and post a link to your website.

    Best regards,

    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove caps in headings- Enfold Theme’ is closed to new replies.