- This topic has 5 replies, 3 voices, and was last updated 1 year, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Naturo Pro: How can I Remove "No Comments" from Posts
Tagged: Naturo Pro, No Comments
Hi Eric,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.postmeta{display:none;}
Regards,
Dave
For Naturo Pro, the code is
.postmeta {display:none;}
.post-comment{display:none;}
Thank you,
Hi athena,
You have any issue?
Regards,
Dave
I was just sharing that I had to write the code as follows in order to remove the “No Comments” text. I don’t have any issues. I was sharing my solution. Thank you for asking.
/*Remove “No Comment” text on Blog/Posts page */
.postmeta{display:none;}
.post-comment{display:none;}
Cool
Creating a website based on a popular WordPress platform but delivering the nature of another famous ecosystem called Ghost can be one of the most […]
If your ultimate goal is to create an artistically pleasing and aesthetic website or blog for your artistic portfolio, arts and craft, freelancer, digital portfolio […]
If you are planning to start your own WordPress based website, then there are a few things that you may have to do, starting with […]