OK guys...
Hope this makes sense...i have made the colors purple in the example below... In order to change the
suckerfish styling in
Fusion Lite / Color Fusion you need to have a look for the following in your
color_x.php CSS file:
/*014 - Main Menu Super Suckerfish*//*First Suckerfish Menu Level*/.nav_super li a:link,.nav_super li a:visited {color: purple;}
/*first level text color*/.nav_super li a:hover {background-color: purple; color: purple;}
/*first level hover background and text color*//*Suckerfish next levels up*/.nav_super li#sfhover ul li a:link, .nav_super li#sfhover ul li a:visited,
.nav_super li.sfHover ul li a:link,.nav_super li.sfHover ul li a:visited { color: purple;}
/*second level text color*/.nav_super li#sfhover ul li a:hover, .nav_super li#sfhover ul li a:hover,
.nav_super li.sfHover ul li a:hover, .nav_super li.sfHover ul li a:hover {background-color: purple; color: purple;}
/*second level background and text color*/There is no base background color as that is the
background image for the menu, you can just edit that image for the background (
images/primary_menu_bg.png)
As for the
side standard side menus, these all just use the
standard list-style link styling, if you look in your
main and
color CSS file for the links section
(/*002 - List Styles, Paragraphs and Links */) and adjust the
color,
link,
hover and
background values that will change the side menu styling...
You can copy all the styles from the switch into your main
template.css style sheet - just remember to put them at the
bottom of the CSS file and to
delete them from the color_x.php relevant files... the colors etc will just be
hard coded then like the rest of the CSS.
good luck...