Recent Post Widget - by zf - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Stan Russell

  • Avatar: zf
    zf
    Participant
    August 27, 2015 at 14:50

    Hi Guys,

    Please could you assist with removing date from widget sidebar. I have done this before but the file is different from previous versions

    https://www.8theme.com/topic/remove-date-from-blog-sidebar/

    Thanks

    Z

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    August 27, 2015 at 15:16

    Hello,

    Try use the following code in custom css.

    .blog-post-list .media > .pull-left {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: stan
    Stan Russell
    Participant
    August 27, 2015 at 15:19

    Hello,

    please specify – do you want only to remove dates from ‘Recent Posts’ widget:
    https://i.gyazo.com/54e05209ea29967776a2fa96896f42e2.png ?

    In this case you need to add following css code to your custom.css file:

    .sidebar-widget .blog-post-list .date-event,
    .sidebar-slider .blog-post-list .date-event{
    display:none;}

    Regards,
    Stan Russell.

    Avatar: zf
    zf
    Participant
    August 28, 2015 at 08:49

    Hi Iv tried both and they work perfectly thanks. Alot easier than commenting out PHP as previous post.

    Thanks

    Z

    Avatar: stan
    Stan Russell
    Participant
    August 28, 2015 at 09:02

    Hello zunaidfloris,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Recent Post Widget’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.