Reply 345677 to: Place Order button missing in checkout page

Avatar: Rose Tyler
Rose Tyler
Support staff
February 1, 2023 at 08:37

Hello,

Please check the Private Content area to find lick and download previous versions of the theme and Core

The next custom CSS code can be used:

.custom-go-to-checkout-button {
    border: 1px solid var(--et_btn-br-color);
    color: var(--et_btn-color);
    background-color: var(--et_btn-bg-color);
    text-transform: uppercase;
    font-size: .85rem;
    text-align: center;
    line-height: 1;
    padding: 0.75rem 2.2rem;
}
.custom-go-to-checkout-button:hover {
    color: var(--et_btn-color-hover);
    background-color: var(--et_btn-bg-color-hover);
    border-color: var(--et_btn-br-color-hover);
}

Kind Regards,
8theme team

Please contact administrator
for this information.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.