Hide Post Tags

Hi

I’m using Travelify and WooCommerce. I’m loving the flexibility. Great Job.

I’d like to hide the post tags. Please take a look at this post: http://scrollsawdownloads.com/product/eye-of-horus-scrollsaw-pattern/

I find that big block of green links unpleasant. Ideally I want to keep the tags for SEO purposes but hide them from public view.

Thanks
Bob

Thank you for your feedback!

This one is very easy to solve. Just add the following code inside Theme Options - Other- Custom CSS.

.tagged_as {
    display: none;
}

Perfect. Thanks very much.