-
AuthorPosts
-
January 5, 2021 at 12:31 am #1270263
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?
January 5, 2021 at 5:34 am #1270308Hey Kevkulbacki,
Add this to quick css:
.iconbox .iconbox_content .iconbox_content_title{ text-transform:none!important; }Best regards,
Jordan ShannonJanuary 5, 2021 at 3:55 pm #1270427Thanks 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?
January 5, 2021 at 4:52 pm #1270438Hi,
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 ShannonJanuary 5, 2021 at 4:58 pm #1270439I moved the code to the very top of quick css, cleared the cache, tried in another browser, etc., still capitalized.
January 5, 2021 at 7:58 pm #1270463Hi,
Please provide a screenshot of the area in question so I know I’m addressing the right spot.
Best regards,
Jordan ShannonJanuary 5, 2021 at 9:25 pm #1270476There 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!
January 6, 2021 at 6:16 am #1270524Hi,
Add this to quick css:
h1.av-special-heading-tag{ text-transform:none!important; }Best regards,
Jordan ShannonJanuary 6, 2021 at 6:18 am #1270525That worked! Thank you so much for the assistance Jordan.
Should I keep or remove the earlier mentioned .icon CSS?
January 6, 2021 at 6:39 am #1270537Hi,
You can remove the earlier css.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
