Home Forums WoodMart support forum Checkout Button

Checkout Button

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

    adammunday
    Participant

    We have recently changed to a different PayPal checkout solution. This required a new PayPal plugin.

    Since changing to the new plugin, it seems to be overwriting the Woodmart checkout button style.

    Is there a way to force the checkout page to display your normal checkout button?

    See screenshots

    Attachments:
    You must be logged in to view attached files.
    #413206

    Hello,

    Please use the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-checkout .checkout-order-review {
        padding-bottom: 60px !important;
    }
    .woocommerce-checkout .button.alt.ppcp-dcc-order-button {
        width: 100% !important;
        display: flex !important;
        padding: 14px 28px !important;
        font-size: 14px !important;
        line-height: 20px !important;
        border-radius: 0.001px !important;
        color: #fff !important;
        box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%) !important;
        background-color: #83b735 !important;
    }

    Hopefully, this will work out for you!

    Best Regards.

    #413273

    adammunday
    Participant

    That fixed it.

    Thanks so much!

    Attachments:
    You must be logged in to view attached files.
    #413354

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Checkout Button’ is closed to new replies.