Hide categories under posts
- The topic ‘Hide categories under posts’ is closed to new replies.
Need help? Check out our Support site, then
Hi there!
Thanks for the beautiful theme. I’m wondering how to to hide “File under: X” from below the text on posts.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there,
thanks so much, I’m happy you like Suidobashi :) If you have the custom CSS option active, you could hide this text using the following custom CSS (otherwise it’s unfortunately not possible):
.entry-cats span {display: none;}
Best, Ellen