Hide the Author filter from blog pages
Hi!
I want to keep the category and tag filters on my blog pages, but i'd like to hide the author filter. I realized that it is a security risk because it includes all of our admin usernames.
Is there CSS I can use to hide the li class "authors" from all blog pages?
<li class="authors"><a class="open" href="#"><i class="icon-user"></i>Authors<i class="icon-down-dir"></i></a></li>
Comments
Try this css If it does not work, please send a link to this page.
thanks
Please paste this css into theme options>custom css&js>css and disable cache plugins.
Also try to remove browser cache.
thanks