Hello @static1635,
It is not related to the “Recent Posts”, actually it’s a simple page title. So if you want to change it, you can just edit the page title.
To hide/remove it, you can follow the steps explained in this link: https://docs.oceanwp.org/article/166-disabling-the-page-title.
Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
body.home .page-header-title {
display: none;
}
Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, don’t forget to click on the regenerate all assets file and data in Elementor > Tools.
I hope that helps.
Best Regards