I want to reduce the size of the product title. I’ve tried to paste the following code on the section-main-products.css and didn’t change anything. Also tried on the base.css and nothing happened.
@media only screen and (min-width: 750px){
h1.product__title { font-size: 3.2rem !important; }
}
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-products.css->paste below code at the bottom of the file:
@media only screen and (min-width: 750px){
.product__title > h1 { font-size: 3.2rem !important; }
}