XF 2.2 CSS code to hide the secondary nav bar also hides other

beerForo

Well-known member
Code:
.tabs--standalone {
    display: none !important;
}

I have always used this code to hide the secondary nav bar in What's New. I just noticed it hides other areas including the sort by votes bar in Question forums. How can I make this only affect the secondary nav? Thanks!
 
Top Bottom