How do I remove publishing dates?

Hi there

On my home page I see the case studies feed. It show thumbnails etc, but it also has the publishing dates on them. How do I remove these so they don’t appear?

Cheers
Simon

Hi Simon,

Please add this code in the Global CSS:

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

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

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