Navigation, Second Row

Drae

Active member
Licensed customer
For the selected tab's secondary layer (eg, the area that says, "What's New?" when "Forums" is selected), how do you remove the background styling of those so that only the links themselves are styled?
 
try the following and paste in extra.css template

Code:
.navTabs .navTab.selected .tabLinks a:hover,  .navTabs .navTab.selected .tabLinks a:focus{
background-color: transparent;
border: 0 solid #6CB2E4;
}
 
Back
Top Bottom