Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?

    #1270308

    Hey Kevkulbacki,

    Add this to quick css:

    .iconbox .iconbox_content .iconbox_content_title{
    text-transform:none!important;
    }

    Best regards,
    Jordan Shannon

    #1270427

    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?

    #1270438

    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

    #1270439

    I moved the code to the very top of quick css, cleared the cache, tried in another browser, etc., still capitalized.

    #1270463

    Hi,

    Please provide a screenshot of the area in question so I know I’m addressing the right spot.

    Best regards,
    Jordan Shannon

    #1270476

    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!

    #1270524

    Hi,

    Add this to quick css:

    h1.av-special-heading-tag{
    text-transform:none!important;
    }

    Best regards,
    Jordan Shannon

    #1270525

    That worked! Thank you so much for the assistance Jordan.

    Should I keep or remove the earlier mentioned .icon CSS?

    #1270537

    Hi,

    You can remove the earlier css.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.