Hey,
I want to decide my self if a Special Heading shall have capital letters or lover case letters.
Now it is Capital letters only – http://www.newyorkinspiration.com/row-nyc/
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Please try the following in Quick CSS under Enfold->General Styling:
.av-special-heading-tag {
text-transform:none !important;
}
Best regards,
Rikard
Hi,
The code works only in H1 tags.
What do I add if I want the same for H2 H3 etc tags?
Thanks
Charlotte
Hi,
You can add this instead to have it applied to all headers:
h1, h2, h3, h4, h5, h6 {
text-transform:none !important;
}
Best regards,
Rikard
Thanks :)