Okay
  Public Ticket #669758
Blog page/posts subheading remove status of comments
Closed

Comments

  • cecilias_enigma started the conversation

    Hi there... I have removed all comments from my wesbite however I can still see in my blog page and posts the status of comments is displayed.

    Next to By author | Uncategorized | No Comments

    As I have removed all comments from the website, I don't want this to be displayed.

    I have tried fiddling around with CSS however I can find the right field for this.

    Any ideas?

    Related URL: https://www.iampinkhat.com

  •  8,403
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #post-area.masonry article.post .post-meta,.post-header span[class*=\"meta-\"] {
        display: none !important;
    }

    Best.


    ThemeNectar Support Team 

  • cecilias_enigma replied

    Hi Tahir,

    Thanks for your response!

    That CSS doesn\'t seem to have worked.

    I have managed to remove author and date fields with the following css:

    .nectar-love {

    display: none!important;

    }

    .nectar-comment {

    display: none!important;

    }

    body .meta-author {display: none !important;}

    body .meta-category {display: none !important;}

    body .meta-comment-count {display: none !important;}

    body #single-below-header {display: none !important;}

    body #post-area.masonry article.post .post-meta {

    display: none!important;

    }

    article.post .content-inner {

    border-bottom: none;

    }

    ====

    Unfortunately however the \"Uncategorized\" button still remains on the Posts page :(

    I can\'t figure out what this field is in order to create the correct CSS.

    Any guidance you have is appreciated

    Thanks again!

    Cecilia