How to customize payment button

Solved

How to customize payment button

memahmudhassan
Excursionist
37 0 9

Hi,

On product page I want to make the "more payment option" like "Buy with shop pay" so it's look more visible. So I want to make a same background for more payment option button like "Buy with shop pay". How can I do that?

Website: https://prettycious.com

Screenshot 2024-07-05 161051.png

MAHAMUD H.
Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

This is an accepted solution.

Hi @memahmudhassan 

You can add this code to Online Store > Themes > Customize > Theme settings > Custom CSS to do that

.shopify-payment-button__more-options {
    background: #5a31f4;
    color: #fff;
    min-height: 44px;
    border-radius: 3.75rem;
    text-decoration: none;
}

Screenshot_1.jpg

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

This is an accepted solution.

Hi @memahmudhassan 

You can add this code to Online Store > Themes > Customize > Theme settings > Custom CSS to do that

.shopify-payment-button__more-options {
    background: #5a31f4;
    color: #fff;
    min-height: 44px;
    border-radius: 3.75rem;
    text-decoration: none;
}

Screenshot_1.jpg

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.