Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #311888

    Hi there,

    Would you be so kind to help me out with soms css code?

    I would very much like the text-preview and the number of comments to disappear from the overview page.

    Can you help me?

    Maaike

    #311895

    Hey maaike!

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

    .blog .comment-container, .blog .text-sep-comment, .blog .entry-content {
    display: none;
    }

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #311908
    This reply has been marked as private.
    #311912

    Hey!

    Please use following code instead

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

    Cheers!
    Yigit

    #311922

    GREAT!!!!

    Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove some blog details on the overview page’ is closed to new replies.