Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #581217

    Hi there,
    Is there any way to turn off the dates of a post showing up in the post previews?
    I unticked the Post date display under the Blog Meta Elements section but the dates still show up when you view them in preview via search masonry or blog post feeds.

    Cheers,

    Krissie

    #581224

    Hey Krissie!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .date-container {
        display: none;
    }

    Regards,
    Yigit

    #581227

    It doesn’t work.. :(

    #581230

    Hey!

    Can you post the link to your page where we can see the dates you would like to remove?

    Cheers!
    Yigit

    #581241

    The site isn’t live.
    You can login and the dates show everywhere!
    Any Masonry feed.

    Check out this page as example:
    http://mybiz-canterbury.co.uk/growmybiz/

    #581251

    Hey!

    Please add following code to Quick CSS instead

    .av-masonry-date {
        display: none !important;
    }

    Best regards,
    Yigit

    #581255

    Great! Yup that’s worked! :)

    Thanks Yigit!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Turn off dates showing up on post previews’ is closed to new replies.