Removing Tags & Category from front page
- The topic ‘Removing Tags & Category from front page’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
Is there any way to remove the tags and categories from the front page? It would be cleaner to look at without them there, especially on small-screen mobile devices. Keeping them on the individual posts is fine, I’m just trying to massage the look of the front page.
Thanks!
Mitch
The blog I need help with is: (visible only to logged in users)
Hi Mitch,
Thanks for the question. I’m happy to help!
Let me make sure I understand completely before I provide suggestions. :)
Are you referring to the tags and categories below a post on the homepage or something in the footer.
Thanks,
Angela
Hi Angela,
I’m referring to the tags and categories below each post entry on the front (or index) page. I don’t want to see them on this page:
http://exploratorius.us/
But it’s okay to see them on this page:
http://exploratorius.us/2014/11/21/crimson-swath/
Mitch
Hey Mitch,
I’m looking into this for you!
I’ll be in touch.
Thanks,
Angela
Great! Thank you very much, Angela.
Hi Mitch,
This is in relation to your other post about hiding the author info, so reference that for more info on finding CSS selectors.
Add this to your Custom CSS:
.blog .post-meta {
display: none;
}
What it’s doing is hiding the .post-meta content, but only on pages with the .blog class attached (which is the front-page.
Hope that helps!
Caleb
That’s awesome, Caleb! Just what I was looking for — thank you very much!
This topic is resolved.
Mitch