Hi,
Do you know what code i could use to hide the regular checkout button in Woo Commerce? I put a link with the picture in private content. I’m talking about the blue “procéder à la commande” button.
Thanks!
Hey SouffleDansCassette,
Please, I cant add a product to cart because this message: http://prntscr.com/giihi6 -> And with the empty cart, I can
t check the check out page.
Best regards,
John Torvik
All the products are variable. You need to click one of the option to choose a game, under “choix”.
Hi,
Thanks for return.
I have checked your page and add the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.wc-forward {
display: none;
}
And I assume that you want to remove the “or” text as the PayPal button is the only one. So, if you want to remove it, just add the following code:
.wcppec-checkout-buttons__separator {
display: none;
}
Best regards,
John Torvik
Hi,
It worked only for the “or”. The button is still there.
Hi,
You can try to add the !important after the rule, like this:
.wc-forward {
display: none !important;
}
Best regards,
John Torvik
It’s working.
Thanks a lot!
Hi,
Glad that John helped you. Thanks for using Enfold :)
Best regards,
Nikko