Hide category title
- The topic ‘Hide category title’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
Every page on the website shows on top of the page: “Categories: “name of category”.
Is it possible to hide ‘categories:’ and only show the title of your current page?
I was wondering if I can make this work with CSS.
The blog I need help with is: (visible only to logged in users)
Hi there – you can indeed :) It’s not possible with all themes but I have some extra code in some of my themes that makes it possible.
The css code you need is:
.entry-archive-title span { display: none; }
That is what I meant! Thank you so much for your help! :)