XF 2.3 Color change one tab

in extra.less

Less:
.p-navEl [data-nav-id="your-tab-id"] {
    background-color: #000000 !important;
}
 
Last edited:
Solution
So I figured out how to change the color of one tab, but not the box with the arrow in it if it has a sub-menu. Any help appreciated.
 
Back
Top Bottom