Hey,
I don’t want H1-H5 to be capital letters by default.
What code shall I add?
Thanks
Charlotte
Hi Charlotte!
Please add following code to Quick CSS
h1, h2, h3, h4, h5, h6 {
text-transform: none;
}
Best regards,
Yigit
Hey,
I did but see no difference…
Hi,
Have you made sure to hard reset the cache a few times over? Also please provide a link to the site.
Best regards,
Jordan Shannon
Hey Jordan,
Thanks for your reply.
Yes, I have empty the cache but no difference – http://www.newyorkhotellbokning.se/
Hi!
Please add !important rule to the code as following
h1, h2, h3, h4, h5, h6 {
text-transform: none!important;
}
Best regards,
Yigit
Hi,
Try the following:
.template-page .entry-content-wrapper h2 {
text-transform: none!important;
}
Best regards,
Jordan Shannon
Thanks Yigit :)
Hi,
I am glad this was able to be fixed for you. If you need additional help, please contact us here on the forums.
Best regards,
Jordan Shannon