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

    Hello again,

    could you tell me please, how I can change the default style for h2? I would like to remove the capitals, nothing else.

    Thanx & kind regards
    hermelina

    #349636

    Hey hermelina!

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

    h1, h2, h3, h4, h5, h6 { text-decoration: inherit!important; }

    Regards,
    Yigit

    #350003

    Hey Yigit,

    thanx for your answer. I tried it, but it’s not working.
    h2 looks like e.g. ENFOLD, not enfold
    Do you have another idea?

    Kind regards
    hermelina

    #350015

    Hi!

    Thank’s for coming back.

    Try to replace the code above with:

    
    h1, h2, h3, h4, h5, h6 { text-decoration: none !important; }
    

    Best regards,
    Günter

    #350035

    Hi!

    Please use following code instead

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

    Cheers!
    Yigit

    #350055

    Hi Günter,
    hi Yigit,

    wow, gleich zwei, die sich kümmern… Toll! :-)

    The code “text-transform” works great! Thanx a lot!

    Cheers!
    hermelina

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