How to remove one of the page titles and move content closer to the top

I want to remove the top title on a page or a post and move the bottom title and content up to where the top title is.

I attached a screenshot
Thank you
Steve

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove page title*/
h3.page-title {
    display: none;
}

Best regards,
Support.

Awesome! that worked and to move the content up I commented out Lines 63 - 65 of the header.php

			<!--div class="header-callout"-->
				<!--?php shapely_top_callout(); ?-->
			<!--/div> -->

Thank you very much!!
Steve

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support