How to remove dates from Recent Posts and Recent Portfolio elements

Hi there,

In this thread I received help on how to stop dates appearing on blog posts:

I just realised on the same site’s homepage where the posts are being pulled in the datea are displaying;

https://hakubadigital.com

How can I stop them showing up there?

Thanks so much in advance

Hello @freedomdesign,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

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

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Hi @Prasant,

This is great, and thanks for the details on how to work this out myself!

You’re most welcome @freedomdesign ! :slight_smile:

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