Home Forums WoodMart support forum quick add to cart on mobile

quick add to cart on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #453787

    PAlchemy
    Participant

    hey guys i have been trying to find a way to remove the little shopping cart icon that appears on the bottom left corner of every item in my shop when viewed on mobile. You seem to have a on/off switch for almost every other element but this one. can you please let me know how to remove it or add it as an on/off switch option in the theme settings please? It just looks really busy when there’s also badges/labels etc on the products so i’d prefer to remove it

    Attachments:
    You must be logged in to view attached files.
    #453884

    Hi,

    You can enable the Catalog mode in the Theme Settings > Shop page > Catalog mode. The button would disappear both from the shop page and the product page.

    By using the below custom code, enter it into the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.

    div.wd-add-btn{
    	display: none !important;
    }

    Best Regards.

    #453902

    PAlchemy
    Participant

    Fantastic!! Thank you that worked perfectly

    #453929

    Most Welcome 🙂

    If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘quick add to cart on mobile’ is closed to new replies.