Hide date blog

Hello,

Is there a way to hide the date of all blog posts? :)

Comments

  • Hi,

    Could you please provide us with a link to your page? Also try to attach a screenshot, and more detailed info would be appreciated.

    Thanks
  • edited April 2017
    Hello,

    Absolutely. We actually figured it out ourselves, but it was for the blog on www.daniabikes.com

    We used this CSS:
    .post-date.updated { display: none !important; }

    .icon-clock { display: none !important; }

    .label { display: none !important; }

    ty so much!
Sign In or Register to comment.