Quote Originally Posted by hardwiredtemplates View Post
I want to re-arrange the links(i.e put contact us under quick links). What file would I need to edit, I've searching the root directory and not sure which files to modify to achieve this. Also If I want to add a little arrow beside the the menu title as in the attachment, how would I go about that.

finally I tried changing the color and text size of the links (from black to gray). I've temporarily changed every occurrences of #000 in (stylesheet_footer_menu.css) yet unable to change the color.

please view it www.fashionfavourites.com

@haredo this mod is available on Clyde's demo site here:http://mysticmountainnaturals.com/demotest/ (Sorry I do not know how to make it into an anchor link)
Thought I'd included the following in the install_footer_menu.txt file
Edit: \includes\languages\english\extra_definitions\YOUR_TEMPLATES\footer_menu_defines .php to change the link information for your menu.

for the color open includes/templates/YOUR_TEMPLATEcss/stylesheet_footer_menu.css

find the following section and make the highlighted change

li a:link {color: #666;margin:0;padding-left:2em;display:block;line-height:normal;}

to add the arrow open \includes\languages\english\extra_definitions\YOUR_TEMPLATES\footer_menu_defines .php

find each of the define statements for the title and add the highlighted portion

Define('TITLE_ONE', '<li class="menuTitle">Quick Links&nbsp;►</li>');
The arrow is defined with the following w/o spaces & # 9958;