Hi I would like to remove the tags, (no comments) and categories from my blog post. I have commenting turned off on my blog and yet this remains. I DO WANT the date. Can this be done.
Thank you
Remove Tags and Categories(Solved)
Moderator: forum_m
- desscomputers
- Posts: 22
- Joined: November 25th, 2016, 6:48 pm
- Location: Australia
- Contact:
-
- Posts: 7086
- Joined: February 26th, 2015, 1:40 pm
Re: Remove Tags and Categories
Hello,
Paste the below code in Custom CSS box and save -
Thanks.
Paste the below code in Custom CSS box and save -
Code: Select all
.hc_tags {
display: none;
}
.category {
display: none;
}
span.fa.fa-comment-o {
display: none;
}
- desscomputers
- Posts: 22
- Joined: November 25th, 2016, 6:48 pm
- Location: Australia
- Contact:
Re: Remove Tags and Categories
Thank you so much! Worked PERFECTLY !!! 

-
- Posts: 7086
- Joined: February 26th, 2015, 1:40 pm
Re: Remove Tags and Categories(Solved)
Your Welcome
Let us know for further query.

Let us know for further query.