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

    I would like to remove “0 Comments” and the post text that is under the image.

    http://www.gregorybeylerian.com/tag/mixed-media/

    BUT I want to keep the title and date.
    Is there a code for this?

    Thanks,

    GB

    • This topic was modified 9 years, 1 month ago by gb.
    #525628

    Hi gb!

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

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

    Regards,
    Yigit

    #525655

    Hey Digit,

    That removed the “0 Comments” great, thank you!

    It did not remove the post text that is under the date in grid view.

    Is there a way to get rid of that?

    • This reply was modified 9 years ago by gb.
    #525663

    Hey!

    Please add following code to Quick CSS as well

    .slide-entry-excerpt {
        display: none;
    }

    Regards,
    Yigit

    #525677

    worked great, thanks!

    #525684

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove comment count?’ is closed to new replies.