When putting a Special Heading in a Color Section, the text is automatically capitalized in the Heading Text. I am basically trying to recreate part of the 2017 Demo Home Page before customizing it and am stuck at this point
Note: The Subheading Text is unaffected.
Is there any way to fix this?
Hey Kevkulbacki,
Add this to quick css:
.iconbox .iconbox_content .iconbox_content_title{
text-transform:none!important;
}
Best regards,
Jordan Shannon
Thanks for getting back to me Jordan. I added the code to Quick CSS (under Enfold > General Styling) and it doesn’t appear to have changed anything with respect to the capitalized special headings.
Did I add that in the right place?
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
I moved the code to the very top of quick css, cleared the cache, tried in another browser, etc., still capitalized.
Hi,
Please provide a screenshot of the area in question so I know I’m addressing the right spot.
Best regards,
Jordan Shannon
There are two areas on the page. I have taken screenshots of the areas as the appear in the finished product and as they appear in the editor, with the quick CSS added for good measure.
Thanks for the help!
Hi,
Add this to quick css:
h1.av-special-heading-tag{
text-transform:none!important;
}
Best regards,
Jordan Shannon
That worked! Thank you so much for the assistance Jordan.
Should I keep or remove the earlier mentioned .icon CSS?
Hi,
You can remove the earlier css.
Best regards,
Jordan Shannon