badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Trouble hiding page title on some posts but not others

#11127

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!