May 2, 2015 at 3:05 am
#24507
Theme Horse Support Team
Keymaster
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!