How do I remove post dates in Activello Recent Posts widget

Hello Colorlib.

I’m using the Activello theme. Loving it, thanks.

Question: How do I remove the post dates in the Activello Recent Posts widget.

I was able to remove entry meta for individual posts but the widget still shows the date.

Thanks in advance.

My site: http://www.carry-on-traveler.com/

-Jason

FYI: here’s all the custom css that i’ve pasted into Customize > Appearance > Activello Options > Other…

article.post .post-categories a, .post-inner-content .cat-item a {
display: none;
}
.entry-meta .posted-on {
display: none;
}
.single .entry-meta-bar {
display: none;
}
body.archive.category h1.page-title {
display: none;
}
body.single-post .main-content-area .post-categories {
display: none;
}
#page .widget.activello-recent-posts a {
font-style: normal;
font-weight: 700;
font-family: playfair display, serif;
line-height: normal;
}

Anyone? That darn entry meta refuses to die.
-Jason

Hi,

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.widget .post-content > span {
    display: none;
}

Jech

It worked. Thanks Jech!

Hi Jech,

Thanks for helping again here.

Your help here is really appreciated.

Cheers,
Movin