Hi Anne,

Thank you for a beautiful template. I have only one issue-one I've seen in the thread, but haven't found the solution for. I'm trying to turn off the "Show Brands" menu item. I have turned off other menu items successfully.

I have the following in my stylesheet_mega_menu.css file (works for all menu items except .manufacturers-li )

Code:
.quicklinks-li {display:none;} 
.categories-li 
.manufacturers-li {display:none;}
Is manufacturers the correct spelling? I tried .manufacturer-li as well. Thanks!