I want to bold only my buy now button text with the help of code please

Topic summary

A store owner seeks help making their \

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

Please look my store www.fonelover.com

i want to bold my buy now button text how can i do that

Hi,
Put this code:

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-weight: bold !important;
}

at the end in base.css file
Thanks!

1 Like

Add This code in Custom css

.shopify-payment-button__button.shopify-payment-button__button–unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
font-weight: 900;
}

Hi @Alokkd132

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

button.shopify-payment-button__button--unbranded {font-weight: bold;}

Regards,

San