hello,
I want to remove this 2 functions from the website theme “Techclow” :
-
Whishlist
-
Compare
How can i do this please ?
Website : https://www.reparetontel.fr (password : test)
Regards
Jonathan
hello,
I want to remove this 2 functions from the website theme “Techclow” :
Whishlist
Compare
How can i do this please ?
Website : https://www.reparetontel.fr (password : test)
Regards
Jonathan
Hey @yojo84
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello Moeed ![]()
Thank you for helping.
It removed the icons on the top right corner. It’s a great start ![]()
But when you go with the mouse over a product there is still the icon too and on product page there are this options mentionned too ![]()
Is it possible to delete them/hide them too ?
Thank you
Hey @yojo84
Keep the previous code I mentioned above and add another code above tag in theme.liquid file
.product-com-wish {
display: none;
}
.product-hover button:nth-child(3) {
display: none;
}
.product-hover button:nth-child(4) {
display: none;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Worked perfectly ! Thank you ![]()