How to removed category title in theme Exhibit
-
Hi,
I’m using Exhibit and can’t work out how to hide or remove the category titles. I’ve managed it with the page titles but not categories.
Help please
Thanks :)
The blog I need help with is: (visible only to logged in users)
-
Hi,
you need to paste this into the CSS editor:
.entry-title { display: none; }then I suggest removing some of the space above the post:
.entry-archive-header { padding-bottom: 0; }Let me know if it helps!
-
-
- The topic ‘How to removed category title in theme Exhibit’ is closed to new replies.