Hello @amedeopalace,
To remove the page-title display from the header of the single page you can paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
.header-content h1.page-title { display: none; }
This will remove the title from the page header, keeping the page header intact.
If this does not resolve your issue, please explain further your desired requirements with your Website URL so that we could provide you with a precise fix.
Hope this Helps,
Best Regards !!