Home Forums WoodMart support forum I need help with topic #312705 Reply To: I need help with topic #312705

#314033

Hello,

Please use the below custom CSS code:

.wd-sticky-btn .quantity:not(.hidden)+.single_add_to_cart_button {
    padding-right: 20px;
    width: 70%;
    margin-right: auto;
    margin-left: 0;
    border-radius: 50px;
}

.wd-sticky-btn div.quantity {
    background: #b5a373;
    border-radius: 50px;
    margin-right: 10px;
}

Best Regards.