Re: Remove Date from Post List

#1702
admin
Participant

Hi Markus,

Please use the following CSS Code Snippet to remove date from Dicot Post List widget.

/* Remove date from Dicot:Post List widget */
.widget-postlist-dicot .postlist-date {
display: none;
}[/CODE]

Thanks[CODE]/* Remove date from Dicot:Post List widget */
.widget-postlist-dicot .postlist-date {
display: none;
}[/CODE]

Thanks