How to remove down arrows on drop down menu? Dawn Theme

Solved

How to remove down arrows on drop down menu? Dawn Theme

Walz001
Tourist
12 0 3

This is my website www.balerz.com could anyone help me with this

Screenshot 2022-11-28 1.35.11 AM.png

T.jay
Accepted Solution (1)

ExpertRookie
Shopify Partner
1518 249 321

This is an accepted solution.

Hi @Walz001 
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header__menu-item .icon-caret{
display: none!Important;
}
- 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 6 (6)

ExpertRookie
Shopify Partner
1518 249 321

This is an accepted solution.

Hi @Walz001 
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header__menu-item .icon-caret{
display: none!Important;
}
- 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.
Walz001
Tourist
12 0 3

Thank you, your solution was very helpful

T.jay
Walz001
Tourist
12 0 3

This function only works on desktop, but not on moblie. could you pls help me with that

 

T.jay
ExpertRookie
Shopify Partner
1518 249 321

Hi @Walz001 
I think you should keep the arrow shows on mobile.
But if still want to remove them, you can use this code

.menu-drawer__menu-item .icon-arrow{
display: none!Important;
}
- 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.
violetsea
Excursionist
30 0 21

How do I remove the drop down arrow on "shipping method" during the checkout. Customers assume there is only one shipping method as the other shipping methods are hidden under the drop down arrow. I need help

humbledryer
New Member
4 0 0

Thanks, this worked and he arrow is gone but there is a bigger space than the menus that didn’t have the arrow.

 

https://anno.capetown/