Change Product Title Font Only - Debut Theme

Hello,

I would like to know what code I need to add or edit and where I can find it in the CSS for the Product Title font in the Debut Theme, thank you.

Amanda

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
h1.product-single__title {
font-size: 22px !important;
}

Thank you for the info. How do I change the product title to a different font (without changing the other fonts)? Example, I would like to have the Product Title fonts be different than the other fonts on the site but Debut theme does not allow that.

How can I find the code in the CSS for the Product Title font and change it to another font (one that is already in Shopify)? I want to change it to the Cardo font.

Thank you