Hello,
Whenever I hover over a product, an option comes up saying “Compare” - I would like to remove that please.
My website is beautynut.com
Thank you!
Hello,
Whenever I hover over a product, an option comes up saying “Compare” - I would like to remove that please.
My website is beautynut.com
Thank you!
Hi @vickgill , without knowing what theme you are working with its hard to give specifics, but there’s more than likely a setting somewhere in your theme template that can toggle off this setting. Best advice would be to do a search for the documentation on your theme and look up how to turn off the “compare” setting. Good luck!
Hi @vickgill
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Step 1: Go to Admin → Online store → Theme > Edit code:
Step 2 :Step 2: Search for the file main**.css** And add the code at the end
m-tooltip:hover .m-tooltip__content {
visibility: hidden !important;
opacity: 0 !important;
}
Step 3: Save and reload home page.
=>> The result:
We hope my suggestions will solved your issue.
If it is helpful, can you kindly give us many likes and mark the solution for us?
This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.
Have a nice day, sir!