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.
The forum of the forums
2 posters

    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

    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?
    Nera.
    Nera.
    Energetic


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

    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.
    avatar
    Guest
    Guest


    Solved Re: Remove the Annoying Line Under NavBar

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

    Code:
    ul.navlinks {
        border-bottom-color: #none;
    }
    Empire_1
    Empire_1
    Active Poster


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

    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
    avatar
    Guest
    Guest


    Solved Re: Remove the Annoying Line Under NavBar

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

    Well i dont see any line there...
    Nera.
    Nera.
    Energetic


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

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


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

    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
    Nera.
    Nera.
    Energetic


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

    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;
    }
    Empire_1
    Empire_1
    Active Poster


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

    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
    Nera.
    Nera.
    Energetic


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

    Solved Re: Remove the Annoying Line Under NavBar

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

    Welcome.

    Solved > Locked

      Current date/time is November 11th 2024, 6:09 pm