Page title Question

Can I remove the page title while keeping the image ?

I want to remove the title while keeping the image beyond it

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the text by going to Appearance > Customize > Additional CSS and pasting it there.


.col-md-6.col-sm-6.col-xs-12 {
    display: none;
}

Best Regards,
Support