This topic has 2 replies, 2 voices, and was last updated 1 weeks, 4 days ago ago by Rose Tyler
On our website, a custom heading element is automatically converting input text to uppercase, even when we provide it in lowercase. How to fix it
Hello,
Thank you for reaching out to us.
To resolve the issue of the custom heading element automatically converting text to uppercase, you can use custom CSS code:
h1.vc_custom_heading:not(.no-uppercase), h2.vc_custom_heading:not(.no-uppercase), h3.vc_custom_heading:not(.no-uppercase), h4.vc_custom_heading:not(.no-uppercase), h5.vc_custom_heading:not(.no-uppercase), h6.vc_custom_heading:not(.no-uppercase) {
text-transform: none;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up