Teddy9
1
Hi,
I already got a solution to this same problem for another store but it does not work for this store while it is the same theme.
url: https://le-chic-garcon.myshopify.com/
Does anybody know how to disable the image zoom in the mega menu?
I planted this in the theme’s css that does not work this time;
/Mega menu---------------------/
.MegaMenu,
.MegaMenu .Linklist__Item {
transition: none !important;
}
Hello @Teddy9
It’s the GemPages support team and glad to support you today.
I would like to give you a solution to support you:
- Go to Online Store → Theme → Edit code:
-
Open your theme.liquid theme file
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Teddy9
3
That worked fantastic! Thanks for your help and superb explanation.