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!
A user wants to remove dropdown arrows from the navigation menu in Shopify’s Dawn theme. Two solutions are provided:
CSS-based solutions:
.svg.icon.caret and .summary.list-menu__item elements</head> tagImplementation steps:
The original poster confirmed both solutions worked successfully. A follow-up question was raised about hiding the “go back” arrow in dropdown menus, but remains unanswered.
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!
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!
Hi @AndreaHuang
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the 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
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Amazing! Thank you so much!!
This is the best solution. Thank you!
Glad that i can help. Let me know if you have any questions