How do I change the remove of the large Separator between menu items and social icons? I would like to keep the small separators…
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-menu.av_menu_icon_beside {
border: none;
}
Best regards,
Yigit
Thanks! that worked!!