how to add separator lines to mobile menu dawn theme

Solved

how to add separator lines to mobile menu dawn theme

מלבושים
Excursionist
39 0 8

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-

,IMG_9064.PNG

the other menu-

IMG_9065.PNG

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Hi @מלבושים 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.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);
}

 

  • And Save.
  • Result:

Made4uoRibe_0-1739896894116.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

topnewyork
Astronaut
1299 160 217

@מלבושים 

Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Hi @מלבושים 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.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);
}

 

  • And Save.
  • Result:

Made4uoRibe_0-1739896894116.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Welcome! Would you mind hitting 'like' as well? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.