Hello Support,
Since the beginning of my website all of my H1 and H2 and in capital letters, how can I turn this off?
http://www.chinastages.nl is my website.
Thank you!
Hey Leon,
Add this to quick css:
h1, h2, h3{
text-transform: none!important;
}
Best regards,
Jordan Shannon
