Hello guys, how you doing? Did someone know how to add lines between the submenus ( i add this ones only for the picture) ? Thanks!
Hi @Vegoo
Please add the below CSS in your base.css file.
ul.menu-drawer__menu.list-menu li {
border-bottom: 1px solid;
}
Go to the Online Stores > Themes > Edit Code > Find base.css and add the above code in the last line of the file.
If its working then, please do not forget to accept this solution ![]()


