Home Forums WoodMart support forum +/- quantity are not working on cart page

+/- quantity are not working on cart page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #672329

    cavespacestudio
    Participant

    The +/- quantity are not working on the cart page. I have all 3rd party plugins deactivated.

    #672431

    Hello,

    Sorry to say I am unable to visit your site due to server issues.
    https://postimg.cc/zb1b9zQn

    Best Regards,

    #672477

    cavespacestudio
    Participant

    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.
    #672580

    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,

Viewing 4 posts - 1 through 4 (of 4 total)