Home Forums Basel support forum Remove dividers in header and top bar

Remove dividers in header and top bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16105

    dwallace
    Participant

    Hi,
    Is there a way to remove the vertical dividers between the login menu and search/cart icons in the header?
    And also the top bar?
    And also how to change colour of the horizontal lines between the header and top bar?

    Many thanks

    #16106

    Artem Temos
    Keymaster

    Hello,

    Use the following code snippet to remove the divider. As we can see, you don’t have the to bar now

    .header-shop .right-column .header-links {
    	border-right:0;
    }

    Regards

    #16120

    dwallace
    Participant

    Thanks, I put it in the custom CSS but it still showing?

    #16124

    Artem Temos
    Keymaster

    Try to replace with this one

    .header-shop .right-column .header-links {
        border-right: 0!important;
    }
    #16128

    dwallace
    Participant

    That one works 🙂
    Thank you!

    #16130

    Artem Temos
    Keymaster

    You are welcome!

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