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

    I remember being able to add/remove the post date and comments on the blog list, but I can’t remember how. I checked the settings, enfold theme settings, and the page settings and can’t seem to find it.

    Right now it’s displaying:

    Top 3 Neck Pain Stretches & Exercises for Pain Relief
    0 Comments/January 1, 2015

    I’m trying to figure out how to disable the “0 Comments”. Thank you!

    #373847

    Hey stewroids!

    You can find it in Dashboard > Enfold > Blog Layout > Blog Meta Elements.

    Best regards,
    Elliott

    • This reply was modified 9 years, 10 months ago by Elliott.
    #373901

    Hello Elliott,

    The date and comments are unchecked but still showing up. Any idea?

    #373902

    Hi!

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

    .slide-meta-comments, .slide-meta-del {
    display: none!important;
    }

    Best regards,
    Yigit

    #373913

    Works! What about for the date? I tried removing “comments” and replacing it with “date” with no luck.

    #374049

    Hi!

    Sorry i thought you only wanted to disable comments. You can use following code to hide both meta

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

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.