How can I make my product title font bold?

How do i bold to font of my product title

Hi, share the shop URL

https://www.santanavercetti.com/?fbclid=PAAaaEnyHxoEfSYxpL56rwFBeurl7_59EYM6OxgnwcPK7WOs3hfptC6-DiCkg_aem_AWznjxwaAI8twS__PDoR2T6Hd_a2o4Y43-Nv8Takuw86qG-Y0h0YbK-pe5t3W5fTsZc

Hi
add the bellow CSS in the base.css file.
.product__title h1 {font-weight: bold;}

I’m not sure how to code can you send a picture step by step

@NateSantana

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find Assets/base.css file
  4. Add the following code at the bottom of css file
.product__title h1{
font-weight: 500;
}

Hope this works.