Home Forums WoodMart support forum Open product on click on mobile & shopping cart popup widget

Open product on click on mobile & shopping cart popup widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186958

    djm
    Participant

    Hey!

    I activated “Open product on click on mobile” but still there was a problem with iOS devices that needed always double tap to open products. However i found this css code and used it and it seems to do the trick, is it ok to use it and it wont effect anywhere else?

    .woodmart-hover-base .content-product-imagin,
    .woodmart-hover-base .fade-in-block,
    .woodmart-hover-base .wrapp-swatches{
        display: none;
    }
    .woodmart-hover-base.hover-ready.state-hover .product-wrapper, .woodmart-hover-base.hover-ready:hover .product-wrapper {
            -webkit-transform: none;
        transform: none;
    }

    Also is there any way to customize that shopping cart popup widget? Thats appears when you click add to cart to right side of your browser. There is currently “view cart” and “checkout” buttons on bottom, but i would like to customize “view cart” button to “continue shopping” button because it would be more useful in this case.

    #187015

    Artem Temos
    Keymaster

    Hello,

    Yes, this code disables hover state and you can use it. You can customize the shopping cart widget button in the file /inc/integrations/woocommerce/template-tags.php

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)