Blog post "date" question

Hello!

I have a section on my home page set to show my latest 3 blog posts.
Is there any way to remove the date that appears below them?

Also, is there any way to get the whole title to appear? Notice how the first two posts are cut off: “How to Communicate without a Phon…” and “How to Keep Fruits and Veggies Fresh W…”

I’m attaching an image to show you what I mean.

Thank you so much for your help!

Hey Nadia,

Thanks for posting in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-recent-posts .h-recent-posts {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    min-height: 40px;
}

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

If you need anything else we can help you with, don’t hesitate to open another thread.

It worked! It looks so good now :slight_smile:
Thank you very much!

Glad we were able to help :slight_smile:

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