Change font size in Products page

I want to change the title size on the product page — can someone guide me step by step?

Hey @Behnam_Memar!

This community is for developers building with Shopify’s APIs. For this theme customisation, I’d recommend one of the following:

Hey @Behnam_Memar :waving_hand: . Just following up on Kyle’s message here too - the exact steps would depend on what theme you’re using, but if you’re using Dawn (our free template), you should be able to add this as Custom CSS to adjust the product title’s font size:

.product__title > * {
  margin: 0;
  font-size: 20px;
}

If you do need more theme customization help, I think Kyle’s links would be the best next step for sure though.

There’s a bit more info on how to add Custom CSS here - hope this helps!

Thank you very, very much. I’m sorry, I asked my question in the wrong place. I will definitely follow what you said. Thanks for the guidance. @KyleG-Shopify @Alan_G

1 Like