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
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
Perfect, that helped a lot!
Thank you.
Best regards.
Benjamin