+/- quantity are not working on cart page
-
The +/- quantity are not working on the cart page. I have all 3rd party plugins deactivated.
Hello,
Sorry to say I am unable to visit your site due to server issues.
https://postimg.cc/zb1b9zQn
Best Regards,
I’ve got most of the site debugged now. I have just one more thing, on the checkout page, the paypal message that says “Pay in 4 interest-free payments” is a bit hard to see with black on black. How can I change the text color of that message?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.ppcp-messages {
background-color: #f9f9f9;
padding: 5px;
border-radius: 6px;
margin-bottom: 15px;
}
Best Regards,