Hi, how can I remove hover effect on a specific page and specific image? I have this image on my product page under multirow, whenever I hover my mouse over the image would disappear. How to remove the hover effect and make the image remain still? Help please.
Hello @Crystalwclee
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
hi, here’s the link to the page https://compoundcosmetics.com/products/relief-balm
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
hello @Crystalwclee
Go to online store ----> themes ----> actions ----> customize ---->open product page---->select relief-balm …>
open the page and put the css to the custom
css also check the sceenshot
.image-with-text .image-with-text__media:hover img:first-child {
opacity: 1;
}
And if that doesn’t work, give me store’s collaborator access and I’ll do it for you
If this was helpful, hit the like button and accept the solution.
Thanks
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly


