Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #849370

    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!

    #849406

    Hey SouffleDansCassette,

    Please, I cant add a product to cart because this message: http://prntscr.com/giihi6 -> And with the empty cart, I cant check the check out page.

    Best regards,
    John Torvik

    #849690

    All the products are variable. You need to click one of the option to choose a game, under “choix”.

    #850287

    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

    #850681

    Hi,

    It worked only for the “or”. The button is still there.

    #850724

    Hi,

    You can try to add the !important after the rule, like this:

    
    .wc-forward {
      display: none !important;
    }
    

    Best regards,
    John Torvik

    #850727

    It’s working.
    Thanks a lot!

    #851180

    Hi,

    Glad that John helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide Woo Commerce checkout button’ is closed to new replies.