Thread Starter
steind
(@steind)
Thanks so much for the quick response! I still can’t seem to get it to work with the quick and dirty way. Sorry I’m so bad at dealing with this, but where exactly should the tagged_as{display:none} line be included?
Right now, my style.css looks like this:
/*
Theme Name: Virtue
…
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
tagged_as{display:none}
*/
I’ve also tried putting the tagged_as line after the */ so that it looks like this:
/*
Theme Name: Virtue
…
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
*/
tagged_as{display:none}
but neither of those seems to work. Am I making a stupid mistake that’s easily fixed? Thanks so much!