I still want the tags to be active for search engines but I don’t want the tags to show at the bottom of the post. I tried using the quick css codes in previous support cases on this site but not of them seem to work. I have cleared the caches as well. this is an example post: http://www.jaredburnettphoto.com/2014/04/01/beartooth-us-tour-fall-2013/
At the end before the comment area, I would like the tags hidden.
Hi JaredBurnett!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog-tags {
visibility: hidden!important;
}
Cheers!
Yigit
I entered the code into the quick css. cleared the cache. Gave it a few hours and tried on a bunch of different devices it doesn’t look like that fixed it.
Hi!
Thank you for using the theme!
Please try Yigit’s code on custom.css or use this on Quick CSS:
.blog-tags.minor-meta {
opacity: 0 !important;
visibility: hidden !important;
}
Best regards,
Ismael
That did the trick thanks!