We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I make button text bold on my Showcase theme website?

Solved

How can I make button text bold on my Showcase theme website?

Sensei_Ryan
Shopify Partner
30 0 16

Is there a way to make the text in buttons bold?

 

Showcase theme

Website: https://thepawcode.com/

store password: pasuth

 

Thanks!

Accepted Solution (1)
made4Uo
Shopify Partner
3877 719 1235

This is an accepted solution.

Hi @Sensei_Ryan,

 

Sorry. Do this one instead

 

.shopify-payment-button button {
    font-weight: bold !important;
}
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 8 (8)

made4Uo
Shopify Partner
3877 719 1235

Hi @Sensei_Ryan

 

1. In your Admin store, click Online store > Themes
2. Go to the theme you want to edit, click Actions > Edit code
3. In your Asset folder, open the style.css and add the code below

 

.button {
font-weight: bold !important;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Sensei_Ryan
Shopify Partner
30 0 16

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?

made4Uo
Shopify Partner
3877 719 1235

Hi @Sensei_Ryan,

 

Please add the code below to the common CSS file..

.shopify-payment-button {
font-weight: bold !important
}
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Sensei_Ryan
Shopify Partner
30 0 16

This doesn't seem to work. when you say "common css" file do you mean the style.css file?

made4Uo
Shopify Partner
3877 719 1235

@Sensei_Ryan 

Yes. where ever you put the previous code that works

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
made4Uo
Shopify Partner
3877 719 1235

This is an accepted solution.

Hi @Sensei_Ryan,

 

Sorry. Do this one instead

 

.shopify-payment-button button {
    font-weight: bold !important;
}
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Sensei_Ryan
Shopify Partner
30 0 16

This worked, you are a genius!

 

Thanks!

Depadelwebshop
Visitor
2 0 0

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