Tagged: h1 tags
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}
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
it works! thanks!
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
yes, you can close it, thanks