October 9, 2013 at 12:22 pm
#4515
Sanjip Shah
Participant
@pMCs @basv In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes. If you can to hide only in home page
.home .content .entry-title { display: none; }
If you want to hide in every page
.page .content .entry-title { display: none; }
Try this out.