remove page title

hi
I need to get rid of page titles as shown on the screenshot.
It’s not the blog post title, it’s a page title
Try using this CSS code to delete the second title:
.page .blog-post-title{
display: none;
}
it doesn’t work because It’s for blog post title, whhile it’s a page title.

thanks

Hi @alice,

Give us your livewebsite link so we can check.

Thanks,

Cristian

hi @Colorlib Support
it’s astimartialclub.it
It is under costruction, so i can’t leave it online for many hour
Thanks

The answer here worked for me
https://colorlibsupport.com/t/page-titles-2/

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.page .page-title-section {
display: none;
}
body.page header.entry-header {
display: none;
}

Hi @alice,

Could you put it again live for 20 minutes?

Thank you,

Cristian