Quote Originally Posted by picaflor-azul View Post
I am happy that you figured it out. It would be great if you posted your solution so that if others have the same question the can find the answer ;)

Thanks,

Anne
To fix my problem I went in to the css file in the template changed this line from display {display: inline;}
to the below so nothing shows in the line above the navigation at the top
#navCatTabs ul li {display: none;}

Hope this helps.

Debbie