Shopify themes, liquid, logos, and UX
Hi,
I want to change the arrows direction on the mobile menu below. adding a link to website.
How can I do that? thanks.
Solved! Go to the solution
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
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:
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
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:
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025