Hi,
I’ve been trying many codes to get rid of the arrows in the mega menu, but I cannot seem to get it right.
Other solutions mentioned adding a code to base.css or assets/custom.scss.liquid files, but the Enterprise theme does not have any of them.
Can someone help me out?
www.modun.nl
Hi @Cassy_013
I hope you are well. You can follow my detailed here to fix it:
Step 1: Go to your Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there. Then save the change
Here is the code to add in Step 3:
.main-menu__content a.main-nav__item > svg {
display: none !important;
}
Please let me know if it works. Thank you so much!
Best,
Daisy - Avada Support Team.
Hi @Cassy_013 ,
Please go to Actions > Edit code > Assets > main.css file and paste this at the bottom of the file:
.main-nav__item--toggle .icon {
display: none !important;
}
it will show like this:
Thank you! That worked perfectly!
Hi @Cassy_013 ,
You’re welcome and happy to help you