Hi!
I am currently using the “Classic Recent Posts” element in TWO spots on this page: https://www.newmoonstrategy.com/x-home-page-revised/
It is in the “Our Work” section - pulling in the portfolio, as well as the “The Launchpad Blog” section, pulling in our blogs.
I added this code to my CSS to hide the date:
.x-recent-posts-date {
display: none !important;
}
HOWEVER, I would like to know if there is a way to hide the date ONLY for the portfolio recent posts, but keep the date for the blog recent posts?
Thank you!