Home › Forums › Latest › Only thumbnail and post name in frontpage › Reply To: Only thumbnail and post name in frontpage
March 12, 2018 at 11:43 am
#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;
}