Hey,
I don’t want to the H1 – H5 to be by default capital letters.
What code shall I add?
Thanks
Charlotte
http://www.airlinestaffrates.com
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h1,h2,h3,h4,h5 { text-transform: none; }
Best regards,
Yigit
Thanks Yigit but that did not work – http://www.airlinestaffrates.com/zermatt/
Hey!
Please change the code to following one
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2,h1,h2,h3,h4,h5 {
text-transform: none;
}
Cheers!
Yigit
maybe an important is necessary
h1,h2,h3,h4,h5 { text-transform: none !important }
Thanks Yigit – it’s working now!
Cheers
Charlotte