The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove the Annoying Line Under NavBar

2 posters

Go down

Solved Remove the Annoying Line Under NavBar

Post by Empire_1 August 7th 2011, 7:47 pm

How do I remove the annoying line under NavBar?
Empire_1
Empire_1
Active Poster

Male Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Nera. August 7th 2011, 7:48 pm

Hi,

Please provide your forum URL for appearance problems.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Guest August 7th 2011, 7:49 pm

Code:
ul.navlinks {
    border-bottom-color: #none;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Empire_1 August 7th 2011, 7:53 pm

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 Sad
Empire_1
Empire_1
Active Poster

Male Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Guest August 7th 2011, 7:55 pm

Well i dont see any line there...
avatar
Guest
Guest


Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Nera. August 7th 2011, 7:56 pm

Do you mean the light blue big line bellow navigations?

Code:
.navbar {
    background-color: #F0F9FF;
    clear: both;
    padding: 0 10px;
}
Change it to background-color: transparent;

It will take it out of footer too.

If it's not that one point me with a screen shot?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Empire_1 August 7th 2011, 8:05 pm

Here it is
Remove the Annoying Line Under NavBar Underl10
Empire_1
Empire_1
Active Poster

Male Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Nera. August 7th 2011, 8:19 pm

I'm speaking by hard since not registered can't see it.
Try adding this to CSS.

Code:
ul.navlinks {
    border-bottom: none !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Empire_1 August 7th 2011, 10:28 pm

It's fixed!! Yes :wouhou:

Thanks so much
Empire_1
Empire_1
Active Poster

Male Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift

Back to top Go down

Solved Re: Remove the Annoying Line Under NavBar

Post by Nera. August 7th 2011, 11:35 pm

Welcome.

Solved > Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum