What's your biggest current challenge? Have your say in Community Polls along the right column.

Changing the style of the mobile hamburger menu

Solved

Changing the style of the mobile hamburger menu

Katielabernathy
Excursionist
30 1 2

Hi! I would like to change the Hamburger menu style on mobile to look like the one below. Does anyone know how to do this?  I'd like the highlight to be blue.

Katielabernathy_0-1698936009133.jpeg

 

 

Accepted Solutions (3)
Katielabernathy
Excursionist
30 1 2

This is an accepted solution.

That worked! Thank you so much. Can you help me add divider lines between each button and change the arrows to the ones in the example picture?

View solution in original post

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Paste this code in the custom css section

.menu-drawer summary.menu-drawer__menu-item {
    border-bottom
1px solid;
}

Asad24_0-1698944204070.png

 




banned

View solution in original post

Made4uo-Ribe
Shopify Partner
9146 2183 2698

This is an accepted solution.

Yes, Sure. 

Check this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

@media only screen and (max-width:990px){
nav.menu-drawer__navigation li {
    border-bottom: 1px solid black;
}
details#Details-menu-drawer-menu-item-1 {
    border-top: 1px solid black;
    background: lightpink;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698946825992.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 14 (14)

Asad24
Shopify Partner
180 36 33

What's your store url ?

 

banned
Katielabernathy
Excursionist
30 1 2

shophelloindigo.com 

Asad24
Shopify Partner
180 36 33

and what's the pass to view the store ?

banned
Katielabernathy
Excursionist
30 1 2

deirah

Asad24
Shopify Partner
180 36 33

Go to your online store -> Customize -> Settings -> Custom Css and paste this code there 

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
background-color: #00416A !important;
}

Asad24_0-1698940255061.png

 

banned
Katielabernathy
Excursionist
30 1 2

This is an accepted solution.

That worked! Thank you so much. Can you help me add divider lines between each button and change the arrows to the ones in the example picture?

Made4uo-Ribe
Shopify Partner
9146 2183 2698

Hi @Katielabernathy 

We can add the lines between in your Menu drawer but the arrow that you like, that needs additional codes that requires developer. 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Katielabernathy
Excursionist
30 1 2

Okay, I'm fine with just adding the lines. Can you guide me through it? Thank you!

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Paste this code in the custom css section

.menu-drawer summary.menu-drawer__menu-item {
    border-bottom
1px solid;
}

Asad24_0-1698944204070.png

 




banned
Katielabernathy
Excursionist
30 1 2

That worked! Thank you very much!

Made4uo-Ribe
Shopify Partner
9146 2183 2698

This is an accepted solution.

Yes, Sure. 

Check this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

@media only screen and (max-width:990px){
nav.menu-drawer__navigation li {
    border-bottom: 1px solid black;
}
details#Details-menu-drawer-menu-item-1 {
    border-top: 1px solid black;
    background: lightpink;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698946825992.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
HELDERWRLD
Explorer
146 0 8

Hello,
I would like to know how can i change the Hamburger Menu on Mobile and Desktop so when people are opening the categories, it just goes bellow and they can still see the rest of it, like the example bellow.

Thank you in advance.Screenshot 2024-03-07 at 8.33.41 PM.png

PurpleHeartDes
Tourist
6 0 2

Hi, Did you get a solution to this?

 

HELDERWRLD
Explorer
146 0 8

Not really. Do you know how?