Xenporta node tabs. How to color node title?

without knowing the tab id there's no way of knowing which tab you want changed. Site link and tab you want changing ?

But take for example if you want to change the font colour of members text tab only, it would be .members yours would be replaced with your custom class tab you want to style. adding that in EXTRA.css template.

Code:
.navTabs .navTab.members .navLink {
    color: lime !important;
    background-color: red !important;
}

customtab.webp
 
Top Bottom