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

    I try to change special heading for none uppercase with the below code but can not.

    
    .av-special-heading .av-special-heading-tag {
    	text-transform:none !important;
    }
    

    Could you please advise?

    Regards,
    Jet

    #450058

    Hey tumsapguy!

    Please use the code as following

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

    Cheers!
    Yigit

    #450388

    Hi Yigit,

    Thank you very much. I done as your advice. It works on my demo site. But on the real site, it was not changed. (Run on different hosting)
    So, any more sugguestion. Could you please help?

    Regards,
    Jet

    #450455

    Hey!

    Make sure you disable and deactivate any caching or minify plugins to see the changes.

    Cheers!
    Rikard

    #482814

    I put it on “Quick CSS” in theme option but it did not work. So, I tried to put it on custom.css. It work.
    Thank you very much.
    Jet

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change "Special Heading CSS text-transform"?’ is closed to new replies.