Removing comments icon from blog title
-
Hi,
I am hoping to find a way to remove the comment numbers icon from the following pages:
http://moradistudios.com/index.php/2018/06/20/wedding-tips-success/
http://moradistudios.com/index.php/tag/tips/I have tried the following without any luck:
.comments-area .comments-title{
display: none;
}span.comments {display: none; }
Kindly let me know if you can help
The blog I need help with is: (visible only to logged in users)
-
Hi @enabledclothing, it looks like you are using WordPress but you are not hosted here at WordPress.com. These forum are for those hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly in the WordPress.org Supernova theme support forum, or ask in the volunteer-based WordPress.org forums.
WordPress.com and WordPress.org are separate, so if you do not already have an account at WordPress.org, you will register.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site, and this should get you started.
.post .date a { display: none; } .post .date { background: none; } .post .date:after { border: none; }
- The topic ‘Removing comments icon from blog title’ is closed to new replies.