Home › Forums › WoodMart support forum › Add to cart button in Wishlist page › Reply To: Add to cart button in Wishlist page
December 6, 2023 at 9:50 am
#518941
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following code in Theme Settings > Custom CSS > Global Custom CSS:
.page-id-291 .wd-add-btn-replace .add-to-cart-loop {
width: -webkit-fill-available;
background-color: #0f8c11;
}
.page-id-291 .product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
color: white;
}
Best Regards.