Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #312692

    Hi, is it possible to make the color in the tab darker than it is? And can the text become a little larger in the tab menu (not in the tab itself but tabs like Tønsberg, Oslo… (see link and you will understand))

    Is there a quick css for this?

    Thank you in advance.

    Best regards.
    Benjamin

    #312761

    Hey Benjamin!

    Thank you for using our theme.

    In custom.css or Enfold -> Styling -> Quick-CSS put the following and adjust the values:

    
    div .main_color .tabcontainer .active_tab {
        background-color: #efefef !important;
        font-size: 1.1em !important;
    }
    div .main_color .tabcontainer .tab {
        font-size: 1.1em !important;
    }
    

    You also can change the font size to a fix value with:

    
      {
        font-size: 11pt !important;
    }
    

    Best regards,
    Günter

    #312941

    Perfect, that helped a lot!

    Thank you.

    Best regards.
    Benjamin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make tab darker’ is closed to new replies.