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

    Could you give me a hand how to remove vertical dividers in main menu? I have already 1 ccs code for the horizontal divider:

    #top .av_header_with_border.av_header_transparency #header_main {
    border: none;
    }

    but how to remove the verical one…?

    #1135554

    Hey Rubben,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-menu.av_menu_icon_beside {
        border-color: transparent !important; 
    }

    Best regards,
    Mike

    #1136234

    Thanks Mike, the code works! :-)

    #1136268

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove vertical dividers in main menu’ is closed to new replies.