Add to cart button in Wishlist page
-
There seems to be a problem with the add-to-cart button on the wishlist page. I provided the screenshot.
Attachments:
You must be
logged in to view attached files.
Hello,
Please share the wp login details in private content under the message area I will further check and give you a possible solution.
Best Regards.
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.