Adding lines between submenus - SENSE THEME

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

Can you please share the store URL so I can able to check ?

Thanks

www.vegoocosmetics.com

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 :face_savoring_food:

Don’t work on desktop devices.

Don’t work on desktop devices.