Shopify themes, liquid, logos, and UX
Hi! I want to replace the ‘shop pay’ button in my product page with a normal check out button. I now have a big 'shop pay' button in my product page, and I want to put a normal check out button here. I’m using the Sense theme. The website URL is www.bernicebyparisienne.nl. I have enclosed an image of what it looks like, hope someone can help!
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag
<style>
.shopify-payment-button__button--branded[data-testid="upstream-button"]{
display: none !important;
}
</style>
Step 3: Go to the online store ->Theme ->Customize.
Step 4: Find the buy buttons section on the product page and then select the checkbox below.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hi @AnneLuo !
Thank you for replying. Can you tell me where exactly in the theme.liquid file I should paste the code? I see multiple head tags I think. Looking forward to your answer!
Kind regards
Hi, @BBPams
Place before </head> tag.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024