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: How to remove page titles

#24507

Hi thecedarsrc

So you want to hide the title of the pages only.
Go to Appearance->Theme Options->Design Options Tab->Custom CSS.
Paste the following CSS code and click on ‘Save all Changes’ button.

.page .entry-title {
    display:none;
}

Thank you!