Please look my store www.fonelover.com
i want to bold my buy now button text how can i do that
A store owner seeks help making their \
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!
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