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

    Is there a way to remove the dates from all posts ? Thanks.

    #624608

    Hey bibbitybop!

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

    .date-container, .text-sep-date {
        display: none!important;
    }

    and if that does not help, please post the link to your blog

    Cheers!
    Yigit

    #624640

    Thanks, but unfortunately that didn’t work. Two areas where there are posts;

    http://appwarelabs.com/noconet/ (using Blog Posts widget)

    http://appwarelabs.com/noconet/success-stories/ (using Masonry widget)

    #624845

    Correction. That code does work by removing the date from the blog posts. The date still shows up under the Masonry Widget.

    Is there also a way to remove the meta info such as; ” 0 Comments / In News / by admin ”

    I’m trying to remove info like; ” April 27 / 0 Comments / In News / by Admin ”

    Thanks !

    #625519

    Hi,

    Try the following as well:

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

    Best regards,
    Rikard

    #625824

    Thanks , that worked !
    Is there any way to hide the “0 Comments” under the blog posts ? I’m not allowing comments so I would like to remove that part.

    Thanks

    #625827

    Hey!

    Please add following code to Quick CSS as well

    span.comment-container, .text-sep-comment {
        display: none;
    }

    Best regards,
    Yigit

    #626022

    Excellent. Works great. Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide Dates from Posts’ is closed to new replies.