Hi is is possible to add a seperator line between 2 column menus:

just like the menu in the demo here:

This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago ago by queenb123
Hi is is possible to add a seperator line between 2 column menus:

just like the menu in the demo here:

Hello,
We use static blocks to create the Mega Menu on demo – https://prnt.sc/umw3dr https://prnt.sc/umw3nx https://prnt.sc/umw43q
Or you can add the next custom CSS code in Theme Options > Theme Custom CSS > Custom CSS for desctop:
.et_b_header-menu .item-design-mega-menu li > a {
border-right: 1px solid #e1e1e1 !important;
}
.et_b_header-menu .item-design-mega-menu li:last-child > a {
border-right: none !important;
}
Regards
Thank you.
The issue related to '‘Menu seperator’' has been successfully resolved, and the topic is now closed for further responses