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…?
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
Thanks Mike, the code works! :-)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon