Home Forums Basel support forum Divinding lines in top bar navigation

Divinding lines in top bar navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29577

    nordlifeelina
    Participant

    Hi,

    Is there an easy way to remove these lines in the Top Bar navigation between the menu items? And underneath too?

    Please see screenshot

    Attachments:
    You must be logged in to view attached files.
    #29611

    Artem Temos
    Keymaster

    Hi,

    Sure, try to use the following CSS snippet for that

    div.topbar-menu ul>li:before {
        display: none;
    }
    div.topbar-menu ul>li {
    	margin-left:8px;
    }
    
    div.topbar-wrapp {
        border-bottom: 0;
    }

    Regards

    #29831

    nordlifeelina
    Participant

    Thanks so much that works perfectly!

    #29845

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)