Title size product page Dawn Theme

Hi,

I’ve got some issues, I’d like to manage the title size on my product page but I don’t know how to do it.

Somebody knows how to do it please?

Website: https://rvmmpz-4s.myshopify.com

1 Like

Hello @Ulysse1234

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.product__title h1 {
font-size: 25px;
}

2 Likes

Thanks a lot!

1 Like

Hello @Ulysse1234
You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!

1 Like