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!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025