Hi,
To remove the grey portion of text go to Appearance > Customize > Additional CSS
and paste the below Custom CSS code:
.post-main .post p {
display: none;
}
And to have the title below the post it need code customization you need to hire a developer.
Thank you!