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-
A user seeks to customize the Dawn themeās mobile menu by adding separator lines between menu items and repositioning the navigation arrows to match a reference design. Two comparison images illustrate the current menu versus the desired appearance.
Solution Provided:
Status: The solution includes specific CSS code and a result screenshot demonstrating the implementation. The issue appears resolved, with the solution provider requesting acknowledgment through likes and marking the answer as solved.
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-
@Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
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!