Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010790
    Samantha E
    Participant

    Good morning – how can I remove the lines between my navigation?

    I have also had the X theme for sometime and over time added more and more custom css. Is there anything in my custom css that can be condensed down or removed?

    Thank you for your help!

    #1010792
    Samantha E
    Participant
    This reply has been marked as private.
    #1010801
    Rahul
    Moderator

    Hey there,

    Please add the following custom CSS :

    .x-navbar .desktop .x-nav>li>a {
        border-right: 0px;
    }
    
    .x-navbar .desktop .x-nav>li:first-child>a {
        border-left: 0px;
    }

    Thanks

    #1029583
    Samantha E
    Participant

    Hello, there are still navigation lines between the top bar and the navigation. Also there is a line after the navigation. How do I remove both of these? login, website, and password is above if needed.

    #1029829
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .x-logobar, .x-navbar {
        border: none;
    }

    Hope it helps.

    #1087105
    Samantha E
    Participant

    That worked – thank you!

    #1087271
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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