Changing QT and add to cart
-
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.
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.