Hello,
I'm using the classic template and I'd like to remove the top Navigation bar and all the links, Home Log-In etc as they are being built into my new header.
Thanks,
Nick
Hello,
I'm using the classic template and I'd like to remove the top Navigation bar and all the links, Home Log-In etc as they are being built into my new header.
Thanks,
Nick
If you want to remove this part of the page completely, go to 'includes/templates/common/tpl_header/php'
Find the part between <!--bof-navigation display--> and <!--eof-navigation display--> and either delete or comment this area out.
Resave the file as an over-ride at 'includes/templates/your_template/common/tpl_header/php'
Thank You!!!
Or I believe you could have said
#navMain {display:none} in your CSS.
In case you ever happened to want it back =)