Tagged: text transformation
Hi, I’m just trying to remove all capitalisation from headings. I have done it before on Enfold many times with Advanced Styling, but its not working for me on a new website for H1 and H2. I have set the transformation to NONE for all headings. Log in info sent as private.
I have tried different Quick CSS on the Forum – but none working so far.
Thanks – I absolutely love this theme – just bought my 14th license! And its so great I can usually find answers to questions on this forum.
Anne
Hey Annedesign,
Thanks for using Enfold :-)
I can’t see why that is not applying, the settings seems correct. Please try this in Quick CSS instead:
h1, h2, h3, h4, h5, h6 {
text-transform:none !important;
}
Best regards,
Rikard
Hi there – that did it – thanks so much!
Really appreciate your help,
Anne
PS I would love it if no heading text transformation was the default for the next Enfold update!!!!
A quick bit of info – when I added the CSS provided straight after some other CSS (see below) …. it would not work.
}
#mobile-advanced, #mobile-
advanced a, #mobile -advanced
.mega_menu_title{
color: #FFFF;
but when I added the CSS provided above the other CSS it worked!
Don’t understand that one but glad it works!
Hi,
Thanks for the update, you haven’t closed the CSS you posted (missing a curly bracket at the end), that is the only problem I can see with it. What are you trying to achieve with it?
Best regards,
Rikard
Thank you – I missed that there was no curly bracket at the end ! That’s what stopped any code typed after it from working.
Sorted – thanks again,
Anne
Hi Anne,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close the topic – thank you!