Tagged: , ,

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

    I don’t want the header menu or any of the titles, whether H1 or smaller to be set to the default of Bold.
    I also don’t want any titles etc to be set to the default of all CAPITALS.
    Please tell me how to rectify this.

    #799686

    Hey violin12,

    Please provide a link to the site so that we can look into this issue further.

    Best regards,
    Jordan Shannon

    #843258

    Was there ever any answer for this? I also do not want my h1s to be ALL CAPITALS. Cannot figure out how to change.
    See the link please – I have entered both a “special heading” as an H1 and set the first line of a text block as an H1 trying to get regular sentence case. Both show correctly inside of the page editor…but both are displaying as UPPERCASE. Can you help me correct this please?
    Thank you.

    #843274

    Hey siestajoye,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #843277

    Nevermind. Dug through more support posts and found the answer
    I put:

     }
    h1, h2, h3 {
    text-transform: none !important;
    }

    in Quick CSS and voila CAPS are gone!
    Thanks.

    #843280

    Hey siestajoye,

    Great I’m happy you were able to find what you needed. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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