XenForo
Administrative
- Thread starter
- Admin
- #1
Code:
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!
ادامه مطلب...
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!
ادامه مطلب...