How can I disable the zoom in mega menu of Prestige Theme?

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:

  1. Go to Online Store → Theme → Edit code:

  1. Open your theme.liquid theme file

  2. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

That worked fantastic! Thanks for your help and superb explanation.