Modular theme - bold BUY NOW text in button

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?

@Richard83

Please share your store URL!

Thanks!

rekindl.com.au

thank you!

@Richard83
Exactly Where is the Button.

can you send me the URL of that page.

@Richard83

Try this code.

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

Let me know if it doesn’t work.

Thank you.

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

@Richard83

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

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

Thanks!