Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #28275

    Howdy,

    I’d like to hide the date for the articles listed in the recent article element.

    I tried display equals none for .slide.meta-time but that didn’t do it.

    View on bottom of homepage: http://devinasingh.com/

    Cheers,

    Casper

    #137080

    Hey,

    Use this:

    .news-time {
    display: none;
    }

    Regards,

    Ismael

    #137081

    Hi,

    I tired that and no luck.

    #137082

    Hey,

    Please remove browser cache then reload the page. This is the screenshot:

    Regards,

    Ismael

    #137083

    Hi Ismael,

    I meant the articles listed the blog post slider at bottom of page above the socket.

    It has “Recent Articles” above it in a hand written font.

    Sorry for the confusion.

    Cheers,

    Casper

    #137084

    Hey,

    You can use this instead:

    .slide-meta-time, .slide-meta-del {
    display: none !important;
    }

    Cheers,

    Ismael

    #137085

    Thanks Ismael! :)

    #137086

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide Date in Recent Articles Element’ is closed to new replies.