Products hover Design Edit
-
Hello.
Can you tell us in which folder path the files inside your theme responsible for product hover design are?
Full info on hover, Full info on Image etc.
Which files are responsible for the frontend rendering of the products depend on which design you choose?
We want to make a custom modification.
Thank you.
Hi,
You can find all these files in the folder woodmart/woocommerce/
. Their names start with content-product-
.
Regards
Thank you very much.
We want to disable the hover effect on
content-product-base.php
Can you tell me us which file is responsible for this? We know it applies css if you chose this design but in which file is defined that if you select this product design the css hover would be applied.
Thank you.
Hi,
It depends on CSS classes for the block with the product. It is defined in the file content-product.php
https://gyazo.com/eb5c2a2f7431c178583adb7b005fe287
Regards