Homepage › Forum › Product Support › Motor › Remove Slide effect / animation on the WooCommerce products
- This topic has 10 replies, 5 voices, and was last updated 7 years, 4 months ago by
WordBrew.
-
AuthorPosts
-
8 years ago #13490
How do I remove the Slide effect / animation on the WooCommerce products. My customer just wants the image to be static and not slide from left to right. I guess thats the WooCommerce thumbnail, but I cant seem to find the toggle to turn off the slide effect/animation. Please let em know.
http://50.28.107.102/~oschoolc/wpconvertnew/
8 years ago #134918 years ago #13492Any recommendation?
8 years ago #13498Hi,
I added a few the CSS to Custom CSS.
Please reload your site and check again.
Thanks.
7 years, 11 months ago #14112This reply has been marked as private.7 years, 11 months ago #14117This reply has been marked as private.7 years, 9 months ago #15168My client also wants to remove this hover/slide effect on product preview. Can you please help me as well?
7 years, 9 months ago #15179Hi, @tygrtech.
You can add these lines to Custom CSS or the style.css of Child Theme:
.woocommerce .product-thumb .product-thumb-primary img,
.single-product .product-thumb .product-thumb-primary img,
.woocommerce .product-thumb .product-thumb-one img,
.single-product .product-thumb .product-thumb-one img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: trnslateX(0);
}
Thanks.
7 years, 4 months ago #16960I have tried to insert the code in the previous post but the images still animate/slide. I have added It to additional CSS under Appearance in Customiser. I have published and refreshed.
7 years, 4 months ago #16975Ok, you can try again with these lines:
.woocommerce .product-thumb .product-thumb-primary img,.single-product .product-thumb .product-thumb-primary img,.woocommerce .product-thumb .product-thumb-one img,.single-product .product-thumb .product-thumb-one img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: trnslateX(0);
}
7 years, 4 months ago #16993Thanks that code worked well
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
