Hi,
I am using a tab section and all the tab titles are with capital letters. How can I make them with small letters?
Thank you in advance!
Best,
Anton
Hey tonydobrevski,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-inner-tab-title {
text-transform: lowercase;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thank you for your answer. I wasn’t clear enough. I wanted to have the text with both upper- and lowercase, just as it is written in the text are of the tab title section.
Thank you in advance!
Best,
Anton
Hi Anton,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-inner-tab-title {
text-transform: none;
}
if that doesn’t work, use this instead:
#top .av-inner-tab-title {
text-transform: none !important;
}
Best regards,
Nikko
Hi Nikko,
The first one did the job. Thank you very much!
Best,
Anton
Hi,
I’m glad this was resoled. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon