Can I replace right arrows with a + sign in Dawn theme's mobile side menu?

Solved

Can I replace right arrows with a + sign in Dawn theme's mobile side menu?

jennarose
Pathfinder
168 0 32

URL www.willowrhode.com

 

I am wondering if on the side menu drop down on mobile if I could get rid of those right arrows and replace them with either a + sign or a down arrow head.

 

thanks yoU!

Accepted Solution (1)

ExpertRookie
Shopify Partner
1518 249 319

This is an accepted solution.

Hi @jennarose 

You can also try this way:
  1. Go to Online Store > Themes
  2. Click to Edit the theme
  3. Add this code to component-menu-drawer.css file

 

.js .menu-drawer__menu-item .icon.icon-caret {
    display: block;
}

.js .menu-drawer__menu-item .icon.icon-arrow {
    display: none;
}

 

Please try it and let me know.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

View solution in original post

Replies 3 (3)

ExpertRookie
Shopify Partner
1518 249 319

This is an accepted solution.

Hi @jennarose 

You can also try this way:
  1. Go to Online Store > Themes
  2. Click to Edit the theme
  3. Add this code to component-menu-drawer.css file

 

.js .menu-drawer__menu-item .icon.icon-caret {
    display: block;
}

.js .menu-drawer__menu-item .icon.icon-arrow {
    display: none;
}

 

Please try it and let me know.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
D666
Excursionist
23 2 12

It worked! Can I use different icons to open and close the submenus?

taymoorzaman000
Visitor
1 0 0

It helps me to to get rid of arrow sign to caret, but i need a proper dropdown when someone click on it, besides all thing still same & visible. What is happenening now is that when I click on caret icon everthing dissapeared & I landed to collection as sliders but i need on page drop down please help