Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1226933

    In Theme options / Blog Layout / Blog meta elements the “blog post date” is not selected, yet the date still populates on posts showing in the Blog Posts page widget. Is there a way to remove the date from Blog posts?

    FYI: I saw this on CSS snippet on a support post and it didn’t work:

    span.news-time {
    display:none;
    }

    #1226938

    Hey Snerp,

    Did you try adding the !important declaration:

    span.news-time {
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1226972

    Yes, I tried that and still no luck.

    #1226977

    Hi,

    Try the following instead:

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

    Best regards,
    Jordan Shannon

    #1226979

    Yup that worked, thanks!

    #1226983

    Hi,

    No problem I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Blog Post Date’ is closed to new replies.