Tagged: blog post, link, single post, title
Hi Enfold team,
How do I remove the blog post title + link on a single post:
fx: I want to remove the title “Digital Strategi”:
Hey changegroup!
Thank you for coming back.
To remove the title on this specific page:
.postid-5220 .post-title {
display: none !important;
}
To remove all single post titles:
.single-post .post-title {
display: none !important;
}
Cheers!
Günter
Perfect Günter!
Thanks a lot for the fast help!