Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1294597

    Since I can’t customize the Cart & Checkout so easy, I want to remove the cart from everywhere.

    All I want to show is the single product page with details, where the checkout is done with PayPal express.

    I tried some codes from other Threads which disabled the cart, but they remove the PayPal checkout, too.

    Is there any chance to make that?

    So far, I removed the cart and Shop page from the menu. So only the add to cart button has to be removed.

    Also the position of the PayPal Buttons are always centered. How can I adjust them to the left?

    #1294787

    I have found a way to remove the Add to cart button with:

    .avia_cart_buttons{display: none !important;}
    form.cart {display: none !important;}

    But I can’t solve how to adjust the Paypal button to the left.

    #1294898

    Anyone?

    #1295030

    Hi,

    Add this to quick css:

    .wcppec-checkout-buttons.woo_pp_cart_buttons_div{
    float:left!important;
    }

    Best regards,
    Jordan Shannon

    #1295041

    Thank you!
    Works perfectly!

    #1295103

    Hi Moescube,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove "Add to Cart" Button without disabling PayPal checkout’ is closed to new replies.