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

    Hi,

    I want to remove the date as well as the mention of the number of comments from all single posts, pages and archives as well as the latest posts widget. (happy to remove the whole subline underneath the titles)

    Can you please let me know the easiest way to do this?

    Kind regards,

    Sylvia

    #138006

    Hey!

    Insert following code into the quick css field

    .post-meta-infos, .news-time{
    display: none;
    }

    Best regards,

    Peter

    #138007

    Thanks.

    Although this removes de comments count and date from the single posts, I can still see them in the archives page and the recent posts widget.

    How do I remove the date and comments count from there?

    Sylvia

    #138008

    Hi,

    The code Dude provided should remove the meta infors from single posts view, blog, archive etc.

    .post-meta-infos {
    display: none !important;
    }

    Regards,

    Ismael

    #138009

    I’ve implemented the code but the dates and comments are still clearly displayed on frontpage and in the blog section, called lessons on my site. They are not visible on single posts (you will not be able to check this as the articles are member protected).

    Is there any other way to solve this?

    http://sylviaontheweb.com

    #138010

    Hi Silluf,

    Please try adding following code in Quick CSS

    .slide-meta { display: none; }

    Regards,

    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove date and comments meta in enfold’ is closed to new replies.