How can I bold the text on my banner button only?

Hello there, I would like the text on my button in the banner ONLY to be bolded. How can I do this? I DO NOT want it to bold the text of my other buttons on the site. Please help!

Hey @LaCollection

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi @LaCollection

Could you share your store URL so I can give you the code to do that?

Hi,

Can you share your store url

My website is https://lacollectionelegance.ca/

Go to your Online store > Themes > Customize > select banner section, add this code to Custom CSS of this section

.banner__buttons .button {
font-weight: 700;
font-size: 18px;
}

My website is https://lacollectionelegance.ca/

Go to your Online store > Themes > Customize > select that banner section, and add this code to the Custom CSS of this section.

.banner__buttons .button {
font-weight: 700;
font-size: 18px;
}

When I go to customize, I can not paste codes in there. Where should I paste the code when I open the codes section?

Thank you so much! It worked!

You are very welcome!