Hey
So I have a client which this is his store
https://itagreen.co.il/
I install a code from Shopify discussion here and all worked, after that client added another item to menu and from that point the arrows on the text and main category isn’t clickable
need help please
The menus are click able but they are not linked with any page. Because there also a click event fuction is applied. So you need to make it hover effect and put the URL from the Shopify Menus.
Hello @DanielUzan
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
summary .icon-caret {
right: unset !important;
left: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @DanielUzan , you can follow these steps:
Step 1: Open Online Store → Themes → Edit code.
Step 2: Find component-card.css file
Step 3: Paste this code at the bottom of the file
summary .icon-caret {
right: unset !important;
left: 0rem !important;
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 
1 Like
thank you very much
and about the clickable of menu category what about it?