Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1275758
    miles101
    Participant

    Hi there,

    How do I remove the bottom thin line in the nav bar – integrity 1

    Thanks,
    A

    #1275774
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

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

    Hope that helps.

    #1275786
    Lely
    Moderator

    Hello A,

    Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

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

    Hope this helps.

    #1277237
    miles101
    Participant
    This reply has been marked as private.
    #1277340
    Darshana
    Moderator

    Hi there,

    I have added the code to your Customizer, Custom > CSS area and now you will not see that line below navbar.

    Make sure to clear your cache before testing your site.

    Thanks!

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