Comments cecilias_enigma started the conversationFebruary 13, 2016 at 1:39amHi 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 CommentsAs 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,992Tahir repliedFebruary 16, 2016 at 2:16amHey ,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 repliedFebruary 21, 2016 at 10:09pmHi 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 appreciatedThanks again!Cecilia Sign in to reply ...
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
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
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