Remove categories and tags buttons

I did not know…. thanks

I’ve chosen to completely hide the sidebar by default for anonymous users (non-logged in users or visitors) using a simple component by Don to do the trick. find it here (Thanks Don)

I felt that everybody with a phone knows to look for the hamburger button if you want to see the menu or setting and to me the UI looks way less confusing and scary without the sidebar (at least at first). Eventually once folks get familiar with the interface (or become members), they will discover the sidebar.

So anyhow….

here is the special sauce I figured out to make the two buttons go away:

.category-breadcrumb {
display: none
}

feel free to correct me if this isn’t how this should be done

IMHO it makes the UI a little cleaner with no loss of functionality

Andy

edit to add:

I noticed the two buttons go away on mobile by default so obviously the developers didn’t feel like the world would end if these buttons didn’t show

2 Likes