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
Hey tumsapguy!
Please use the code as following
h1,h2,h3,h4,h5,h6 { text-transform:none !important; }
Cheers!
Yigit
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
Hey!
Make sure you disable and deactivate any caching or minify plugins to see the changes.
Cheers!
Rikard
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