How can I reduce space between product title below the review widget? (Dawn Theme)

How can I reduce space between product title below the review widget, below the title and below the listed text? (Dawn Theme)

Hi @SavvyBrothers

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

Online Store ->Theme ->Edit code

Assets ->Base.css

.product__accordion.accordion.quick-add-hidden {
    margin-top: 0 !important;
}
.product__text.inline-richtext {
    margin-top: 0 !important;
}
.product__title {
    margin: 0 !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Thanks for the reply but I am not sure where to place this code? Do you have a short video or illustration?