How to change font size of the product title on a product page in debut theme?

Hi, Shopify Community! I am non-technical and trying to change the font size of the product title on a product page. I’m non-technical.

I saw some answeres on changing font size by add some coding to “theme.scss.css”.

The problem is, I can’t find this “theme.scss.css”. I only found “theme.css”.

Could anyone tell me how to reduce the font size of the bellow red-circled product title to 8 px?

[shop@zoer.jp](mailto:shop@zoer.jp)

1 Like

@zoer_ehimemachi

Please add the following CSS to your assets/theme.css bottom of the file.

.product-template__container .product-single__title { font-size: 8px !important;}

Thanks!

1 Like

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

It worked!!!

Thank you so much.