How can I increase the product title size to 25px in Dawn theme?

Hi guys,

I would like to increase the product title size to 25px without affecting any other text. I would appreciate your help.

URL: http://basicbastard.co/

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

@basicbastardco Try this one into your base.css file (online store-> theme->base.css)

1 Like