The configuration file helpfully says this…
III. Colorized Menu Configuration
To configurate the colorized menu, go to index.php. Look at the 14th line. This line will make the top and horizontal menu colorized by six colors, in sequence: green, yellow, cyan, brick, magenta and blue. If the number of menus is larger than the number of colors, these first colors will be reused.
We have totally six colors, and you can use less if you want. Play with them by removing/adding some colors and/or reordering the sequence of them. If you want the only one color in your menu, just left one color in the array, for example it will be array('cyan')
But I would like to replace the 6 colours with three different ones! For example, Black, Purple and Red. If this feasible, without lots of hacks to the template CSS files. For example, is it possible to change a few hex colour numbers somewhere in the CSS files?
Grateful for a pointer to what I’d need to do (i am a novice at CSS but could probably navigate the files and do some hacks)
thanks, John