Can someone help me please?
I have these arrows in my drop down menu. Previously they were titles which I coded in to remove. You can see the thread here: https://community.shopify.com/post/2195582
And I have added arrows to the menu bar. You can see the thread for that here: https://community.shopify.com/post/2204638
But I want to get rid of these extra arrows in the drop-down menu and I don’t know how.
Here is my URL: https://050086.myshopify.com/
Hi @jinuralite
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
.menu__item.grandparent.kids-2.images-2 .dropdown__family {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
You can try again this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag → save.