Drae Active member Oct 16, 2012 #1 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?
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?
Shelley Well-known member Oct 16, 2012 #2 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; } Upvote 0 Downvote
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; }