Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1362481
    Noellemena
    Participant

    Hey, I have tried everything I can find to hide the thin gray line that is showing right above the navigation bar/ at the bottom of the logo. I know my image that I have as my logo right now has a little bit of sparse grey showing, but it is not what is showing at full width.

    Help me hide that thing! 🙂
    Leaving a link below.

    Thanks so much!
    Noelle

    #1362482
    Noellemena
    Participant
    This reply has been marked as private.
    #1362596
    Christian
    Moderator

    Hey Noelle,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-logobar {
        border-bottom: 0;
    }

    Thanks.

    #1363405
    Noellemena
    Participant

    It does not work. I had tried that and every code I could find 🙂 I even kept doubting it was somehow on my image/logo. I put another image to test and it is still there. I cannot get it to go away.
    🙁

    I started thinking it was the top of the navbar and tried all that code too just in case before I posted.

    Did it work for you?? I even put it at the top of my CSS to make sure nothing was overriding it.

    THANK YOU!

    #1363796
    Friech
    Moderator

    Hi There,

    Please update the given css code to this:

    header .x-logobar {border-bottom: 0;}
    header .x-navbar {box-shadow: none;}

    Hope it helps, Cheers!

    #1363809
    Noellemena
    Participant

    YES Friech! It was the shadow! This worked perfectly.
    THANK YOU so much.
    Noelle

    #1363817
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1362481 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>