Hiding Tags W/ Crafty Template

Hi, how do I hide tags with the crafty template using integrity stack? When I add tags, it screws up the layout so instead of a top post with full text stretching to the edge of the screen, it becomes very tiny and the tags take up the whole space, see image for clarification.

I still want to have the tags on posts when you click on them but not showing when on pages. For example, if my posts are listed on reviews, I just want it to have the image and title and excerpt if needed but no tags but on the post to have tags.

Help would be great. Thanks!

Hi Aster,

Thanks for writing to us,

Please add this CSS code in the theme option’s CSS to hide tags on the blog page.

.blog .post .entry-footer{display:none;}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.