Remove date on portfolio items

Is it possible to remove the date from the recent post elements on my homepage? There’s no date on the portfolio item pages themselves, just on the recent post elements
https://thecomedybuzz.com/

Hey @CafeNashville,

Thanks for reaching out!

There’s no option in the element to remove the date using X. You can use the CSS below and add it to your Global CSS.

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

Just want to let you know that if you wish to customize the recent posts items the way you like them, it is possible with Pro, you can convert your X to Pro. Here’s how:

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

That’s great, thank you!

Hey @CafeNashville,

You’re most welcome!

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