WordPress Themes, Plugins and HTML Templates › Forums › Dicot WordPress Theme › Remove Date from Post List › Re: Remove Date from Post List
April 2, 2016 at 12:39 pm
#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