Hello,
Do you know how to capitalize and bold the buy buttons for the dawn 10 theme?
Thanks for your help.
Hello,
Do you know how to capitalize and bold the buy buttons for the dawn 10 theme?
Thanks for your help.
Hi @manurun ,
If this buttons you are talking about you can use this code.
button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
text-transform: capitalize;
font-weight: bolder;
}
Result:
If the selector are not same in yours, would you mind to share your URL website with password if its protected so i can provide you the exact code. Thanks!
Hi @manurun
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
text-transform: uppercase;
font-weight: bold;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Hi, there,
Thank you very much for your help, it was very useful.
Hi,
Thank you very much, it was very useful.