How can I make text bold in the Debut theme?

Hi, Shopify Community,

I am trying to learn some of the most basic coding, and would like to know if there is anyone here who can teach me how to make these “texts” bold.

This is the Shopify “Debut” free theme. Thanks in advance.

Hi, Welcome to shopify Community.

Please share your store URL and if your store is password protected then provide password too.

Thank you.

1 Like

hello @LucchiCamma

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

1 Like

https://lucchi-jewelry-co.myshopify.com/

hello @LucchiCamma

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-feature-row .h3  ,#shopify-section-feature-columns .h4 {
         font-weight: 900;
}
1 Like

That is amazing, this community is outstanding, I am thankful and excited to be a member! Thank you for your help, I am investing more time into learning CSS with some basic HTML experience.

I would like to know if possible, is there a legend or guide that I can use as a reference for what I want to identify on the website? Using this scenario as an example?