Removing "HOME" title without other titles
-
Hello everyone,
I am looking to remove the “HOME” text from my homepage. I tried one non-CSS method, but that removed my post titles. Anyone have any suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi @imveryape, we can use the unique “home” css class set in the opening body html tag and target just that page with a bit of custom CSS. Add this and see if that gets you what you are wanting.
.home #post-303 .entry-header { display: none; }
- The topic ‘Removing "HOME" title without other titles’ is closed to new replies.