Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345932
    warrenfab
    Participant

    I’ve tried using the following codes:

    .x-navbar {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(0, 135, 18,0.5);
    box-shadow: none;
    border-bottom: none !important;
    }

    .x-navbar .desktop .x-nav > li > a, .x-navbar .desktop .sub-menu li > a, .x-navbar .mobile .x-nav li a {
    color: rgb(255,255,255);
    box-shadow:none;
    border-bottom:none !important;
    }

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

    What else can I try?

    #1345953
    Paul R
    Moderator

    Hi,

    Please change border-bottom: none !important; to border-bottom: 0 !important;

    If that doesn’t work, kindly provide us your site url so we can take a closer look.

    Thanks

    #1345961
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thank you.

    #1346022
    warrenfab
    Participant

    I found the correct code elsewhere on these forums, so to anybody using the Renew them wanting to remove the bottom border just below the menu:

    .x-header-landmark {
    border: none;
    }

    That worked perfectly.

    #1346031
    Lely
    Moderator

    Glad you have found it.
    Feel free to open a new thread if you still have issues.

    Cheers!

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