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.
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.
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
Sorry for late reply! Yes, your solution helped, thanks a lot!
You are welcome 🙂