- This topic has 2 replies, 2 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Only thumbnail and post name in frontpage’ is closed to new replies.
Hello, first of all thank you for making this theme available for free.
I would like to know how to do so that in the initial page I only see the thumbnail and the name of the post. That is, I would like to remove the description and tags.
Thank you!
Add this css snippet to Customize > Additonal CSS:
.blog .entry-meta,
.blog .entry-content,
.blog .entry-footer,
.archive .entry-meta,
.archive .entry-content,
.archive .entry-footer {
display: none;
}
Thsnk you a lot Andy!