Remove Page Name + Date from Blog entries

Hi, I’d like to remove the page name + date on my homepage’s blogroll (so that it shows just the image). Here’s my website: https://www.bonnenuitbaby.com/

Hi There,

Please try adding this custom CSS under Theme Options > CSS:

.x-recent-posts .x-recent-posts-content {
      display: none;
}

Hope it helps :slight_smile:

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