June 9, 2014 at 10:00 am
#11127
Theme Horse Support Team
Keymaster
Hi Ann,
To hide a post title in single post page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.single-post .entry-header {
display: none;
}
Hope this solve your problem.
Thank you!