Hello,
Could someone please help me to remove the dropdown arrows in the menu in the Impulse theme?
Thank you!
Hello,
Could someone please help me to remove the dropdown arrows in the menu in the Impulse theme?
Thank you!
Hey @jw18
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @jw18
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.
svg.icon.icon--wide.icon-chevron-down {
display: none;
}
result

If this was helpful, hit the like button and accept the solution.
Thanks
This is Richard from PageFly - Shopify Page Builder App
Hi @jw18 Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
It didn’t work, sorry.
Just noticed, the icon was also removed from the tab on the product page. Would you know how to do it for the menu only?