Modular theme - bold BUY NOW text in button

Richard83
Tourist
3 0 2

Hi

 

We are using the Modular store theme. We would like to bold the text inside our buttons, for example, BUY NOW, LEARN MORE. Does anyone have a handy piece of code snippet to do this and tell us where to place the code?

Replies 6 (6)

dmwwebartisan
Shopify Partner
12289 2547 3698

@Richard83 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Richard83
Tourist
3 0 2

rekindl.com.au

 

thank you!

Zworthkey
Shopify Partner
5581 642 1569

@Richard83 
Exactly Where is the Button.

can you send me the URL of that page.

Zworthkey
Shopify Partner
5581 642 1569

@Richard83 

Try this code.

a.button.button--primary {
    font-weight: 600 !important;
}

Let me know if it doesn't work.

 

Thank you.

Richard83
Tourist
3 0 2

hi this is great thank you. Where do i place the code?

 

We have 4 buttons on our home page and we want to bold the text in each of these buttons.

 

Thanks

dmwwebartisan
Shopify Partner
12289 2547 3698

@Richard83 

Please add the following code to your assets/theme.css bottom of the file.

a.button.button--primary {
    font-weight: 600 !important;
}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app