Please add this to the bottom of your style.css file under Appearance, Editor, style.css
body.home .entry-title { display: none; }
Please add this to the bottom of your style.css file under Appearance, Editor, style.css
You can also add it into your Child Theme CSS files or any custom CSS plugins.
body.home .entry-title { display: none; }
Thanks All. I have remove the title from the home page but can not seem to get it off of the other pages:
Chill-Tracks
Chill-Tracks for Business/Adds
About Us
Shopping Cart.
I tried adding it to the same child theme but it’s not working.
Just remove body.home and use body .entry-title
To remove them from specific pages or posts, just use these codes.
.page-id-1826 .entry-title {display: none;}
#post-1773 .entry-title {display: none;}
or just use the Hide Title plugin.