how to change arrow direction on menu

Solved

how to change arrow direction on menu

מלבושים
Excursionist
39 0 8

Hi,

I want to change the arrows direction on the mobile menu below. adding a link to website.

How can I do that? thanks.

https://malboshim.com/IMG_9300.PNG

Accepted Solution (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @מלבושים,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

FrankyGiap_0-1740220295760.png

d. Add follow code, it can be fix your problem for mobile

 

 

 

<style>
	#menu-drawer details summary {
		padding-right: 3rem;
	}

	#menu-drawer details summary svg {
		position: static;
		transform: none;
		rotate: 180deg;
		margin-right: 6px;
	}
</style>

 

 

 

My result here: 

FrankyGiap_0-1740302518571.png

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease

View solution in original post

Reply 1 (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @מלבושים,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

FrankyGiap_0-1740220295760.png

d. Add follow code, it can be fix your problem for mobile

 

 

 

<style>
	#menu-drawer details summary {
		padding-right: 3rem;
	}

	#menu-drawer details summary svg {
		position: static;
		transform: none;
		rotate: 180deg;
		margin-right: 6px;
	}
</style>

 

 

 

My result here: 

FrankyGiap_0-1740302518571.png

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease