Home Forums Latest Only thumbnail and post name in frontpage Reply To: Only thumbnail and post name in frontpage

#4134
Andy
Keymaster

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;
}