Hi,
I tried to customize H2. But unfortunately nothing happens. It´s always in uppercase, but I need upper- and lowercase.
Cold you please have a look?
Thanks!
Hey seykom,
Is it just the H2 or H3? Please add the following to quick css:
#top #wrap_all .all_colors h2{
text-transform:normal!important;
}
Best regards,
Jordan Shannon
Hi,
it´s only H2. I tried with your code – but there´s no change…
you can do it too in Enfold options : there is a tab called “Advanced Styling” – there you can choose your h2 and click “edit element”
now you have the oportunity to set all parameters of the h2 including text-transform
That´s what I did first. Did I put in false parameters?
is there a link to your site?
Hi,
It should work setting it in the theme options, if it doesn’t then please try this CSS:
h2 {
text-transform:none !important;
}
Best regards,
Rikard
Perfect, thank you!
Hi,
I’m glad you were able to get this corrected, if you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon