How can I decrease product title and description font size in my code?

Hi @shopsk100

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Section-main-product.css

.product__title>h1 {
    font-size: 50px !important;
}
.product__description{
   font-size: 18px !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly