Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1006211

    Hi, my H1 tags all turned into uppercase, I added the below code in the custom css and it didn’t work, what should I do? Thanks.

    .h1 {text-transform: none}

    #1006279

    Hey samuelngyl,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-page .entry-content-wrapper h1 {
        text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1006464

    it works! thanks!

    #1006486

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1006629

    yes, you can close it, thanks

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