Topic: Disable link in header-bar
how to disable links in header so that i have only what i want to be showed , illustration:
You are not logged in. Please login or register.
PunBB Forums → Discussions → Disable link in header-bar
how to disable links in header so that i have only what i want to be showed , illustration:
I don't know your language but I assume that second link is Userlist. Then just add to min/Oxygen.min.css
#brd-navlinks li#navuserlist{
display:none;
}
Don't know the last one, but it works the same way.
The last one is Post Ratings.
So add at the very end of min/Oxygen.min.css
#brd-navlinks li#navtoprated, #brd-navlinks li#navuserlist{
display:none;
}
Note that if you change theme or whatever, You'll have to add this to this new one. However it's the simplest way.
thx
PunBB Forums → Discussions → Disable link in header-bar
Powered by PunBB, supported by Informer Technologies, Inc.