Remove Date from Post List

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #670
    Markus Schwingruber
    Participant

    Dear Developpers

    I would like to remove the date from the widget Dicot: Post List. Is there a CSS Code Snippet that does the trick? I have already removed the date from the posts in general but that does not work in the Dicot: Post List.

    Thanks a lot and best regards,
    Markus

    #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

    #1703
    Markus Schwingruber
    Participant

    Wow, this was fast! And great, it works perfectly, thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.