I’ve seen other threads but I can’t seem to get the right CSS in the right place. How can I hide the post title of a blog entry? On this page, I want to remove “Your credit report” above the photo. I’d like this to be a site-wide setting, also. http://terislater.com/your-credit-report/
Hi Teri,
Please add the CSS code below to X > Theme Options > CSS:
.single .entry-header {display: none;}
The code above will hide the title for all the single blog posts.
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:
2- For the CSS code itself, I suggest that you get started with this tutorial:
Thank you.
Thanks… I didn’t think it was working as it didn’t show in real-time preview, but after hitting save it worked! Thank you, I appreciate the help
You’re welcome 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.