Home Forums WoodMart support forum Shopping cart badge on mobile view

Shopping cart badge on mobile view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #96522

    Schuifdeurexpert
    Participant

    Hello,

    On mobile view, I would like to remove the shopping cart badge on category pages for variable products. (See image)

    How can I fix this wit CSS?

    Regards,
    Roel

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

    Hello,

    It is not possible with CSS. If you delete the bottom it would not be possible to place an order for a product

    Best Regards

    #96550

    Schuifdeurexpert
    Participant

    Does it effect the functionality on the product page as well? I only need it to be removed from the category page, just as the simple products on the category page.

    #96562

    Schuifdeurexpert
    Participant

    Fixed with CSS:

    .button.product_type_variable.add_to_cart_button.add-to-cart-loop {
    display: none !important;
    }

    #96583

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Shopping cart badge on mobile view’ is closed to new replies.