How do I remove the annoying line under NavBar?
2 posters
Remove the Annoying Line Under NavBar
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
- Post n°1
Remove the Annoying Line Under NavBar
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Hi,
Please provide your forum URL for appearance problems.
Please provide your forum URL for appearance problems.
Guest- Guest
- Code:
ul.navlinks {
border-bottom-color: #none;
}
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
Hi,
Please provide your forum URL for appearance problems.
Lol yeah, sorry about that.
http://warriors.iftopic.com/
See that line right under the buttons in the NavBar?
Tony M wrote:
- Code:
ul.navlinks {
border-bottom-color: #none;
}
Sorry, this doesn't work
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Do you mean the light blue big line bellow navigations?
It will take it out of footer too.
If it's not that one point me with a screen shot?
- Code:
.navbar {
background-color: #F0F9FF;
clear: both;
padding: 0 10px;
}
It will take it out of footer too.
If it's not that one point me with a screen shot?
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
Here it is
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
I'm speaking by hard since not registered can't see it.
Try adding this to CSS.
Try adding this to CSS.
- Code:
ul.navlinks {
border-bottom: none !important;
}
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
It's fixed!! Yes
Thanks so much
Thanks so much
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
- Post n°10
Re: Remove the Annoying Line Under NavBar
Welcome.
Solved > Locked
Solved > Locked