Hi there, this is a really basic question but I'm just starting out at this. How do I edit the navigation (add elements and remove them)? I can do it in different styles found on various support forums but want to keep the navigation as is.
Any help really appreciated
It depends upon what template tags your theme is using. If it uses wp_list_page, wp_page_menu, wp_list_categories etc. WordPress will update the navigation automatically.
http://codex.wordpress.org/Template_Tags/
If you want to change font colors etc, you'll need to edit your theme's stylesheet.