How can I disable the image hover effect in the Sofine theme?

Hello everyone,

I am trying from hours to disable on image hover effect but I give up, Please help me.

I unchecked (Enable hover image) from theme dashboard but not thing happened.

I am using Sofine theme hope someone help me to fix this issue

Hello @mody_sh

It’s GemPages support team and glad to support you today.

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?

Hello @GemPages

I hadn’t published the store yet

but you can view it from this link

https://k81tjn5jodp6nuzz-62535041250.shopifypreview.com/

@mody_sh

I would like to give you a solution to support you.

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

  2. Open your assets/global.css theme file.

  3. Add code after into the end file:

.zoom_img a:hover .pr_lazy_img, .zoom_img .laber_banner:hover .pr_lazy_img, .zoom_img .pr_lazy_img:hover{
   transform: scale(1) !important;
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Unfortunately the solution didn’t work.

Still when I hover on the product or image it’s scaling and getting bigger

Thanks for your response!