How can I remove userlinks under the navbar?
3 posters
Page 1 of 1
How can I remove userlinks under the navbar?
Hi everybody!
I would like to remove the userlinks ("View posts since last visit", "View your posts" and "View unanswered posts") under the navigation bar.
I saw in an another topic this CSS code line:
But didn't worked for me (actually I'm not sure I placed it correctly... my "Display - Colors - CSS" was totally empty, I just put the code in the first line). I use phpBB3.
Please help me!
I would like to remove the userlinks ("View posts since last visit", "View your posts" and "View unanswered posts") under the navigation bar.
I saw in an another topic this CSS code line:
- Code:
#userlinks ul { display:none }
But didn't worked for me (actually I'm not sure I placed it correctly... my "Display - Colors - CSS" was totally empty, I just put the code in the first line). I use phpBB3.
Please help me!
Re: How can I remove userlinks under the navbar?
- Code:
#userlinks ul {
display: none !important;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How can I remove userlinks under the navbar?
Thank you very much!
And how to place it? I just have to copy and paste it to the empty CSS text field, to the 1st line?
And how to place it? I just have to copy and paste it to the empty CSS text field, to the 1st line?
Re: How can I remove userlinks under the navbar?
ttacademyforum wrote:
And how to place it? I just have to copy and paste it to the empty CSS text field, to the 1st line?
That is correct .
Re: How can I remove userlinks under the navbar?
Unfortunately, that snippet didn't work
Do you have any other ideas?
Do you have any other ideas?
Similar topics
» How do I remove the Gallery from the navbar?
» NavBar Remove Background
» I want to remove groups from navbar
» Navbar
» How to remove an empty category navbar?
» NavBar Remove Background
» I want to remove groups from navbar
» Navbar
» How to remove an empty category navbar?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum