Quote Originally Posted by hardwiredtemplates View Post
Alright I've installed the footer menu mod. Looks great but no matter what I do a cannot change the styling of the links (i.e remove underline, remove bold, change font type) no matter where I change nothing seems to take effect.

Please review the site at www.megasaveonline.com. What am I doing wrong.
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

find the following section and make whatever changes you require.

Code:
#footer ul {margin:0;padding:0;list-style: none;}

#footer li a:link {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:visited {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:hover {color:#f27a00;background:none;text-decoration: underline;}
#footer li a:active {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}