Remove post titles in blog post
-
Hi,
I’m looking for a CSS code that removes the post titles from the individual blog posts without removing them at the front page for the post reviews.
I have used this one so far:
.post .entry-title {
display: none;
}But unfortunately it removes the titles from the front page as well.
Any advice is super helpful! Many thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try using this CSS instead :
.single-post .entry-title { display: none; }If it doesn’t have the desired effect, please let me know.
-
Thank you so much for the quick reply!
Unfortunately, it doesn’t help either. Do you have any other suggestion?
-
-
@panamakay, remember that with your Premium plan you can access live chat support directly via https://wordpress.com/help/contact
-
Ah, I was too fast to judge. It worked! Thank you so much!!!
You’re welcome, glad I could help :)
- The topic ‘Remove post titles in blog post’ is closed to new replies.