Home Forums WoodMart support forum Duble click on IPhone for products Reply To: Duble click on IPhone for products

#210442

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area for mobile and mobile landscape in Theme Settings to fix this issue.

.woodmart-hover-base .product-information:hover .woodmart-more-desc-btn {
transform: none!important; }
.woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price, .woodmart-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price {
transform:  none!important; }
.woodmart-hover-base:hover .wrapp-swatches, .woodmart-hover-base.state-hover .wrapp-swatches {
transform:  none!important; }
.woodmart-hover-base.state-hover .woodmart-more-desc-btn {
transform:  none!important; }
.woodmart-hover-base.hover-ready:hover .product-wrapper, .woodmart-hover-base.hover-ready.state-hover .product-wrapper {
transform:  none!important; }
.woodmart-hover-base.hover-ready:hover .content-product-imagin, .woodmart-hover-base.hover-ready.state-hover .content-product-imagin {
visibility: hidden;
opacity: 0;
transform: none!important; }
.woodmart-hover-base.hover-ready:hover .fade-in-block, .woodmart-hover-base.hover-ready.state-hover .fade-in-block {
    visibility: hidden;
    opacity: 0; }