Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JC

    (@coder426)

    Hi there,

    I just checked your website and found that your theme CSS is over riding and due to which mobile button is not appearing.

    Pls either over write or remove these lines from:
    https://tusupermercado.cl/wp-content/themes/boxshop/style.css?ver=1.4.9

    @media only screen and (max-device-width: 1229px)
    .woocommerce .product .meta-wrapper a.added_to_cart span, .woocommerce .product .meta-wrapper a.button span {
    /* display: none !important; */
    }

    @media only screen and (max-width: 1229px)
    .woocommerce .product .meta-wrapper a.added_to_cart span, .woocommerce .product .meta-wrapper a.button span {
    display: none !important;
    }

    In case you are not sure about code, pls talk to your website developer regarding this. It is a quick fix.

    Let me know in case of any other help!

    Thanks

    Thread Starter zatura

    (@zatura)

    you are a genious !!
    thank you so much

    A hug my friend

    Plugin Author JC

    (@coder426)

    Thanks!

    Feel free to drop us a review if you like the Tech Support.

    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the add to cart button is not shown in mobile version’ is closed to new replies.