Sticky Navbar Underline
4 posters
Page 1 of 1
Sticky Navbar Underline
Hello!
I'd like to know, how should I remove those underlines? I use PunBB and I followed this tutorial. Here is my forum adress: http://1point.forumstech.com/
Thanks!
I'd like to know, how should I remove those underlines? I use PunBB and I followed this tutorial. Here is my forum adress: http://1point.forumstech.com/
Thanks!
Last edited by Glavee on January 10th 2016, 2:33 pm; edited 1 time in total
Re: Sticky Navbar Underline
Which underlines are you referring to? I see two when I hover over it.
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: Sticky Navbar Underline
Just add this in the css
- Code:
#fa_sticky_nav a.mainmenu {
text-decoration: none!important;
}
Re: Sticky Navbar Underline
Thanks!
One more question, how do I add the other underline (the one you hover and appears) on the main navbar (not the sticky one)?
One more question, how do I add the other underline (the one you hover and appears) on the main navbar (not the sticky one)?
Re: Sticky Navbar Underline
Solved that one too!
- Code:
#pun-navlinks a.mainmenu {
background: url('http://i18.servimg.com/u/f18/18/45/41/65/nav10.png') repeat-x 0px 40px;
transition: 0.2s;
}
#pun-navlinks a.mainmenu:hover {
background-position: 0px 35px;
}
Similar topics
» Sticky navbar
» How can i Add a underline under a groups name
» Make your navbar sticky
» Centered sticky navbar
» Where did the sticky navbar disappear?
» How can i Add a underline under a groups name
» Make your navbar sticky
» Centered sticky navbar
» Where did the sticky navbar disappear?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum