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
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
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
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
Hi!
Please use following code instead
h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
Cheers!
Yigit
Hi Günter,
hi Yigit,
wow, gleich zwei, die sich kümmern… Toll! :-)
The code “text-transform” works great! Thanx a lot!
Cheers!
hermelina