Hi want to change the menu colour so that the text is #e6194c, then #999 with roll over and #fff when on page. I'm using the dark .css but do I have to make all fields in the styling options of flashlight blank, to make the changes on the css?
I'm making changes but they don't seem to come up?
I presume it's in the following code that i need to make the changes?
.main_menu .menu a{
border-bottom:1px solid #343434;
color:#999;
}
.main_menu .menu li a span {
color:#555;
}
#top .main_menu .menu ul li a {
border-bottom: 1px solid #343434;
color:#fff;
}
#top .main_menu .menu ul li a:hover{
color:#fff;
}
#top .main_menu .menu ul{
border:1px solid #343434;
background: #111;
}
Thanks rob














