Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1345692

    Building a site for a client, I need the H1 and H2 headings to be as typed, not uppercase.

    Checked the forum and added following code to quick CSS
    h1, h2, h3 {
    text-transform: none !important;
    }

    When I alter the heading font in ‘General styling’ site reacts immediately and displays the correct font: but in uppercase…
    The font in my smart slider with an H2 tag is displayed correctly, the Endolf headings are all uppercase

    Altered the H1 and H2 element in the advanced settings, but without effect. Cleared cache, nor result. Switched off all options on css/java under performance, no result….

    Am I overlooking something?

    #1345699

    Hey Pierre,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
      text-transform: none;
    }
    

    Best regards,
    Yigit

    #1345706

    Hi Yigit, added code to Quick CSS, cleared browser history but I see no change…..

    #1345738

    Hi Pierre,

    You have placed the CSS Yigit sent inside of a media query. Please close the query at the correct place, it should work as expected after that.

    Best regards,
    Rikard

    #1345762

    Thank you. You made my day :-)

    #1345784

    Hi,

    No problem. Glad we could be of help. Please feel free to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘h1 and h2 headings are all uppercase’ is closed to new replies.