Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Please check the picture below. I would love to remove the arrow on the menu when there is nested menu.
My url: andrejewelry.com
Password: Thanksforyourhelp
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @AndreaHuang
Check this one.
svg.icon.icon-caret {
display: none;
}
summary.list-menu__item {
padding-right: 1.2rem !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @AndreaHuang
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
details#Details-HeaderMenu-2 svg {
display: none;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @AndreaHuang
Check this one.
svg.icon.icon-caret {
display: none;
}
summary.list-menu__item {
padding-right: 1.2rem !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is the best solution. Thank you!
This is an accepted solution.
Hi @AndreaHuang
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
details#Details-HeaderMenu-2 svg {
display: none;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Amazing! Thank you so much!!
Glad that i can help. Let me know if you have any questions
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi, how can i hide the go back arow in dropdown menu: