Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1107461

    tkcostello
    Participant

    Hey there, I am working on removing the white line below the navbar on this site – http://wayside.reachrightstudios.com/about/ I have the following global css entered:

    .x-navbar{
    background-color:#23282D;
    border-bottom: none ;
    box-shadow: none ;
    }

    I can’t seem to get rid of it using this. The navbar is fixed and the white line goes away when I scroll. Any ideas?

    #1107466

    Rahul
    Moderator

    Hey There,
    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
    – Link to your site
    – WordPress Admin username / password
    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
    Thanks.

    #1109005

    tkcostello
    Participant
    This reply has been marked as private.
    #1109203

    Joao
    Moderator

    Hi There,

    I can´t see any whiteline below your navbar, please clean your browser cache and check it again.

    Let us know how it goes,

    Joao

    #1109217

    tkcostello
    Participant

    I have done this and have tested on multiple browsers. It is not on the homepage. On the inside pages where we use a solid color you can see the white line.

    Here is an example:

    http://wayside.reachrightstudios.com/about/

    #1109305

    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-navbar-fixed-top-active .x-navbar-wrap {
    margin-bottom: 0px !important;
    }

    Hope that helps

    Joao

    #1109343

    tkcostello
    Participant

    Nailed it. Thanks Joao. You Rock!

    #1109372

    Joao
    Moderator

    Thanks for the kind words, have a great weekend! 🙂