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

    Hi all,
    Thanks once again for being here :-)
    Pardon my English (google translator)

    I have a question and do not know if you can, I detail:
    – I gusgtaría the titles (H1, H2, ..) be in Caps and Small Caps (attached example). Now it is all in Caps.

    img_versales_versalitas

    Thank you very much,
    You are great!!
    koballo

    • This topic was modified 9 years, 10 months ago by koballo.
    #271095

    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

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

    Hi!

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

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

    Regards,
    Yigit

    #271173

    Hello, thank you very much for your quickly.

    What I need is that the capital letters are the first letter (or assign it when you type in capital letters) and the remaining letters are in small capitals (small caps).

    Can this be done?

    Under new example:

    Thank you very much for everything,
    Greetings!!

    #271175

    Hey!

    Please add following code to Quick CSS instead

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

    Best regards,
    Yigit

    #277991

    Thank you very much;-)

    Greetings!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fonts: Caps and Small Caps’ is closed to new replies.