Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274636
    Anton Davis
    Participant

    Hi,

    can you please tell me how to remove the thin white line below the navbar on my page? Also i would like to remove the thin white line between the top and bottom footer fields.

    I have tried this custom css but to no avail.

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

    and

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

    Thanks

    #1274637
    Anton Davis
    Participant
    This reply has been marked as private.
    #1274644
    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 it helps

    Joao

    #1275781
    Anton Davis
    Participant

    Hi,

    As mentioned in my first post, I tried that but it doesn’t work.

    Any other ideas?

    Thanks

    #1275825
    Lely
    Moderator

    Hi Anton,

    Please use this instead:

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

    It is both border and box shadow.
    Then also look for this part:

    .widget_nav_menu .current-menu-item>a
    {background-color: lightgrey}

    Add semi colon at the end like this:

    .widget_nav_menu .current-menu-item>a
    {background-color: lightgrey;}

    Hope this helps.

    #1275829
    Anton Davis
    Participant

    That worked! Thank you.

    #1275847
    Lely
    Moderator

    You’re welcome Anton!

    Cheers!

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