Shopify themes, liquid, logos, and UX
hi!
how can I add separator lines to mobile menu dawn theme? adding a pic of the current menu and the wanted change.
also, how can i swich the arrows to be like the other menu.
thanks in advance.
my menu-
,
the other menu-
Solved! Go to the solution
This is an accepted solution.
Hi @מלבושים
Try this one.
.menu-drawer__menu-item {
border-top: 1px solid black;
}
.menu-drawer__menu li:last-child {
border-bottom: 1px solid black;
}
.menu-drawer__menu-item > .icon-arrow {
left: 0;
right: 90%;
transform: scaleX(-1);
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
This is an accepted solution.
Hi @מלבושים
Try this one.
.menu-drawer__menu-item {
border-top: 1px solid black;
}
.menu-drawer__menu li:last-child {
border-bottom: 1px solid black;
}
.menu-drawer__menu-item > .icon-arrow {
left: 0;
right: 90%;
transform: scaleX(-1);
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Welcome! Would you mind hitting 'like' as well? Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025