Remove page titles on all pages

Hi, i’ve been trying to remove page title on my website but the css does not work. I even installes Simple Custom CSS plugin and tried the to add the blow codes. I’ve tried these codes:

.page .blog-post-title{
display: none;
}

and

/Remove Title/
.bottom-header h2 {
display: none;
}

The bottom header is h1 not sure about the blog title. Using the !important tag might help.

Dan

Thank you changing to h1 worked!

The title that is in the same position but in the blog post header is also h1 if that’s what you meant by post title.

Is there anything else? can I mark this question as resolved?

This part is solved.Thanks!

Nice to hear that :slight_smile:
Case closed