Home Forums WoodMart support forum Changing QT and add to cart

Changing QT and add to cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #534218

    c-tin.nl
    Participant

    I do not like my +- and Add to cart button, it has the same color, and stuck together.
    I really would like to have it as in picture, i searched the forum and theme settings, but not found. And i do not have much experience with coding. I hope you can help me 🙂

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

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
        background-color: #ff0097;
    }
    
    .wd-quantity-overlap div.quantity input[type] {
        background-color: white !important;
        color: black !important;
        border: 1px solid black !important;
        border-radius: 0px !important;
    }

    Best Regards.

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