Hello, i have a query. why does paypal apear on my product page. i want only buy button which take users to checkout. how can i do so. i am looking to hide the paypal and adding Buy button below add to cart button. Url: trendlabb.com
Thanks
Hi @ncsjcnjs
That is Show dynamic checkout buttons of Shopify, there are two different types of dynamic checkout buttons:
- Unbranded - These buttons display Buy it now text. When a customer clicks an unbranded button, they skip the cart and go to the Shopify Checkout.
- Branded - These buttons include the logo for a third-party accelerated checkout method. When a customer clicks a branded button, they complete their payment with that accelerated checkout method. The following third-party accelerated checkout methods are available:
You can read this article to learn more
https://help.shopify.com/en/manual/online-store/dynamic-checkout
@Dan-From-Ryviu how could i remove the branded and keep unbranded. i know it’s accelereted but still want buy button on product page. also, on the product page, i want to add a bit gap between images and product information (title, price, etc). please guide if u know
It cannot remove branded and keep unbranded, but you can add customized code for the Buy now button and hide the branded button.
To add a gap between images and product information, please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.
@media (min-width: 750px) {
.product .col-lg-5 { padding-right: 40px; }
}

