Is there a way to make the text in buttons bold?
Showcase theme
Website: https://thepawcode.com/
store password: pasuth
Thanks!
Is there a way to make the text in buttons bold?
Showcase theme
Website: https://thepawcode.com/
store password: pasuth
Thanks!
Hi @Sensei_Ryan ,
.button {
font-weight: bold !important;
}
Thanks! This worked for the most part but the “Buy it now” buttons did not get bolded. All the other buttons did though. Is there a fix for this?
Hi @Sensei_Ryan ,
Please add the code below to the common CSS file..
.shopify-payment-button {
font-weight: bold !important
}
This doesn’t seem to work. when you say “common css” file do you mean the style.css file?
Yes. where ever you put the previous code that works
Hi @Sensei_Ryan ,
Sorry. Do this one instead
.shopify-payment-button button {
font-weight: bold !important;
}
This worked, you are a genius!
Thanks!
Hello Made4Uo,
Could you please help me? I’ve tried all the above but nothing seems to work?
I want the text in the buy button bold.
Hope to hear from you
Gr,
Chris