Hello, good day.
1. How to remove the animation when we hover over a product image? The image is zoomed in https://prnt.sc/-AtrulI5-9vK I want to just change image without zooming when hover.
2. How to remove add to select option/cart button on the product archive? from home, shop and similar product columns https://prnt.sc/Nidy8Y4ZdUEk? Please make sure I don’t want to remove this from the single product page and don’t want to enable the catelog mode.
body.post-type-archive-product .wd-action-btn {
display: none;
}
I tried this code but didn’t work for me.
Hello, thanks for your reply.
1. You send me the process of removing effect on single product page, but Im asking for the product archive zooming https://prnt.sc/RCUEdNMTTkl5
2. I put this code, but this code worked only for variation product like “select item” button get removed but simple products add to cart button still there on the product archive. Please send me code for simple product archive button too