How to change product title font size and page title logo font size separately on product pages

Hello, how can i change only product title font size? When editing it on typography then it edits our logo font size aswell. (debut theme)

Place this code at the end of theme.scss

.product-single__meta .product-single__title {
    font-size: 50px !important;
}

@Juan786

There is no option in Typography in the debut theme to change only product title font size.

You can add the following code at the bottom of your theme.scss.liquid file.

h1.product-single__title {
    font-size: 22px !important;
}

You can adjust the font size above as per your need.

Thanks!

2 Likes

I’m using the Studio Theme and this didn’t work for me. Any suggestions?

This didn’t work for me. I’m using the Studio Theme. Any suggestions?