Home Forums Basel support forum Remove border between menu item in Top Bar menu

Remove border between menu item in Top Bar menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7546

    Hi there,

    I would like to remove the little vertical line between the top bar menu items.
    I searched in CSS but couldn’t find the exact thing.

    Can you help?

    Thanks! 🙂

    Justine

    #7550

    Artem Temos
    Keymaster

    Hello,

    Thank you for your question.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix remove this line.

    .topbar-menu ul>li:before {
    	background-color: transparent!important;
    }

    Kind Regards
    XTemos Studio

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