Home Forums WoodMart support forum add to cart button

add to cart button

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

    adpwebdesign.it
    Participant

    Hi,
    is it possibile to make the Add to card button streched fullìwidth in each single product card on the shop page?
    By css or some theme setting?

    I already have this css for the add to cart button on the shop page https://formacultura.com/shop/

    /*pulsanti add to cart*/
    .wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    font-size: 13px !important;
    font-family: “Source Sans 3”, sans-serif;
    font-weight: 400;
    }

    /*pulsanti add to cart*/
    .wd-product .wd-add-btn .add-to-cart-loop span {
    min-height: auto !important;
    padding: 3px 10px !important;
    line-height: 1.2 !important;
    }

    Thanks

    #724729

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you want to change the Add to Cart button style in the product grid, please navigate to:

    WoodMart > Theme Settings > Product Archive > Products Loop.

    Then select the Full Width Button product style for the grid: https://postimg.cc/v4L1jx8f

    If you prefer to keep your current product style and only make the Add to Cart button full width, you can use this custom css code:

    .wd-product .wd-add-btn .add-to-cart-loop {
        width: 100%;
    }

    Best Regards

    #724906

    adpwebdesign.it
    Participant

    thanks

    #724945

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘add to cart button’ is closed to new replies.