This should be easy with custom css, but I can't work it out. Can you please help?
I need to achieve this, because the author filter doesn't work as it should. I would like to investigate later, but now just hide it, because it looks messy. Thanks in advance.                
                             
        
Comments
to remove authors from blog filter, please use below css:
#Filters .filters_buttons li.authors { display: none !important; }