
Originally Posted by
dbltoe
You've taken them out but, the easy way is to view with inspect while the brands is showing. Then you can see the class of the <li> that's presenting the data styling in includes/templates/fluorspar/css/stylesheet_header_menu.css.
.brands is a guess since it appears in the aforementioned stylesheet.
Adding li.brands {display:none;} where it will load last in the css chain will keep the menu item from displaying. We recommend creating a stylesheet_zcustom.css for such additions. Makes it easier at upgrade/change.
Bookmarks