November 10, 2013 at 2:05 pm
#5028
Rabin Shrestha
Participant
Hi josmac101,
Try this
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; }
Rabin