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

    Ich möchte die Großschreibung bei H2 ausschalten und habe deshalb in ‘Allgemeines Styling’ –> ‘Typograph<‘ –> ‘Quick CSS’ folgenden Code eingegeben: Header H2 { text-transform: none; }

    Funktioniert aber leider nicht. Kann mir jemand helfen?
    Beste Grüße, Michael

    #1376697

    Hey Michael,

    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

    #1376756

    Thanks a lot, that worked!

    #1376777

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1376780

    You can close this thread.
    Best wishes, Michael

    #1376793

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header H2’ is closed to new replies.