This topic has 6 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hi,
So far I’m very happy with the theme !
I found how to remove categories and tags on a single product page. But now I’m looking to remove them from my blog post like in my screen shot.
Thanks !
Hello,
Please provide a link to your site.
Regards,
Rose Tyler.
my website is http://www.biscuitsugart.com (blog is on biscuitsugart.com/blog ) but my website is currently under maintenance mode until tomorrow.
Thanks
Hello,
You can add this code in Custom css:
.post-single h6.active {
display: none !important;
}
.post-single .single-tags {
display: none;
}
Regards,
Rose Tyler.
Perfect, exactly what I needed !
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
The issue related to '‘Categories and tags on blog post’' has been successfully resolved, and the topic is now closed for further responses