Hi guys,
I would like to increase the product title size to 25px without affecting any other text. I would appreciate your help.
Hi guys,
I would like to increase the product title size to 25px without affecting any other text. I would appreciate your help.
.product__title h1 {
font-size: 25px !important;
}
@basicbastardco Try this one into your base.css file (online store-> theme->base.css)