Page headers in the posts
Hello!
I’d like to know is it possible to delete the page headers/titles for the blog posts? At the same time, I’d like to keep them for the general pages, such as about, services, etc.?
Thanks a lot!
Kind regards,
Maria.
Replies (3)
-
November 1, 2018 at 8:22 am
Hello!
I’d like to know is it possible to delete the page headers/titles for the blog posts? At the same time, I’d like to keep them for the general pages, such as about, services, etc.?
Thanks a lot!
Kind regards,
Maria. -
November 2, 2018 at 2:30 am
Hi Maria,
We can hide it by using CSS. Try the CSS below
.single-post #page-title{
display: none;
}Copy and paste it in Appearance -> Customize -> Additonal CSS
Let us know if this helps you out.
Best Regards
-
January 12, 2019 at 2:39 pm
Sorry for late reply! Yes, your solution helped, thanks a lot!
-
January 14, 2019 at 6:11 am
You are welcome 🙂