Remove dates from homepage portfolio section

Hi,
I am working in Ethos, building from the Agency demo. On the homepage, there is a portfolio section. I do not want the dates to show on this section. They do not show on the actual Portfolio pages, just on this section of the homepage. I have searched the forum but have not found this specific question asked before. See screenshot for reference.

Thanks,
Dawn

Hi There @isdg01

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

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

Thanks!

1 Like

That did it! Thank you!

Glad we could help, Cheers!

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