Quote Originally Posted by jettrue View Post
You can modify the text used in your header by opening up includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php

You can add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php. Though you can turn off links such as "Privacy Policy" or "Conditions of Use", etc. from the admin, under "Configuration", "Define Page Status". (This turns them off anywhere they may be on the site). If you're not using Gift Certificates or Discount Coupons, you can turn those off globally by removing their modules under "Modules", "Order Total".

You can change the colors or widths of the header menu by opening up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
This helped for the ones i wanted to remove, however then
I wanted to add an extra page called "FAQ". I also want a link to FAQ at the top in the dropdown bar aswell as in the information tab on the right. So i've changed a page I DIDN'T want in tpl_drop_menu.php to FAQ (all three instances of the name). I've then added the page in /public_html/includes/languages/english/html_includes/. I thought this should work.. but the pages i'm creating aren't being found when I click the link. It's going straight to page_not_found. It also isnt displaying in the information tab on the right. Any advice?