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

    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

    #1057225

    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

    #1057251

    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

    #1057319

    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

    #1057494

    Hi Nikko,

    The first one did the job. Thank you very much!

    Best,
    Anton

    #1057501

    Hi,

    I’m glad this was resoled. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make the Tab Titles in a Tab Section with small letters (not only capital)’ is closed to new replies.