New Landing How can we help? Themeforest Theme Support Uplift Possible to add "Add to cart" to products page when in mobile mode?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #326049
    justinedemers
    Member
    Post count: 2

    Hi,
    I was wondering if that would be something possible (and easy to do) to add a “Add to cart/choose options” icon (or text, but I would prefer icon) when in mobile view?
    I think my client and his customers would appreciate. Right now, you have to actually open the product page before you can add it to wishlist or cart.

    Thanks for your help,

    Justine

    #326304
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css.

    @media only screen and (max-width: 767px) {
       .product-type-standard .product .cart-overlay {
           display: block!important;
       }
    }

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register