New Landing How can we help? Atelier hide price and cart icons on mobile

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Atelier
  • #290987
    techtherapy
    Member
    Post count: 105

    You gave me the the following code a while ago to hide the cart icon and price on mobile, but it no longer seems to work. Any ideas?

    @media only screen and (max-width: 479px) {
    .product figure .cart-overlay, .product figure .cart-overlay .shop-actions {
        display: none!important;
    }
    #291003
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just use this code:-

    @media only screen and (max-width: 479px) {
    .add-to-cart-wrap, .product-details{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #291018
    techtherapy
    Member
    Post count: 105
    This reply has been marked as private.
    #291034
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just provide me specific page url with issue.
    Thanks
    Mohammad

    #291329
    techtherapy
    Member
    Post count: 105

    thanks. just visit the home page on mobile – mexart.co.uk

    #291395
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .cart-overlay{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #291566
    techtherapy
    Member
    Post count: 105

    thanks. tried but no change.

    #291599
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just provide me correct admin login detail to check and resolve the issue.
    Thanks
    Mohammad

    #291645
    techtherapy
    Member
    Post count: 105
    This reply has been marked as private.
    #291659
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue.
    Thanks
    Mohammad

    #291660
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Check now

    – Kyle

    #291696
    techtherapy
    Member
    Post count: 105

    thanks. Just one thing – on mobile the price still displays on the product page for sold items.

    #291698
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Got a link?

    – Kyle

    #291699
    techtherapy
    Member
    Post count: 105
    #291709
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .products .product .product-details {
     display:none !important;
    }

    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register