Hello,
Is there a way to disable the uppercase on the H1, H2, H3, H4 and H5 headings? I know I can fill in ‘no-uppercase’ in the custom-css-field, but I want to use that field to point to the custom css.
Regards,
Martijn
This topic has 3 replies, 3 voices, and was last updated 3 weeks, 1 days ago ago by Tony Rodriguez
Hello,
Is there a way to disable the uppercase on the H1, H2, H3, H4 and H5 headings? I know I can fill in ‘no-uppercase’ in the custom-css-field, but I want to use that field to point to the custom css.
Regards,
Martijn
Hello Martijn,
Thank you for reaching out to us with your query. Yes, you can certainly disable the uppercase formatting on the H1, H2, H3, H4, and H5 headings without using the custom-css-field for that specific purpose.
To achieve this, you can add the following custom CSS code to your website:
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
text-transform: none !important;
}
You can insert this snippet in the appropriate section of your theme options or within your child theme’s style.css file, depending on how your theme is set up to handle custom CSS.
If you need further assistance or have any more questions, please feel free to reach out. We’re here to help.
Best Regards,
8Theme’s Team
Dear martijntje,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘How disable the uppercase on custom headings for H1, H2, H3….’' has been successfully resolved, and the topic is now closed for further responses