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.