Disabling Tab Links?

Carlos B

Member
How would I go about disabling tablinks? When I say tablinks, I mean the whole bar.

y75gX0VvtD.png


Thanks!
 
Admin CP -> Appearance -> Templates -> EXTRA.css

This code will hide the bar:

Code:
.navTabs .navTab.selected .tabLinks
{
	display: none;
}

But then you are left with a gap. There are different ways to approach this. It depends on the layout you want.
 
So just as you said, I was left with a gap. What can I do to fix this? I've gone through a few different templates and can't seem to find the appropriate place to edit.

ir27itSNfM.png
 
Top Bottom