Change the colour of menu text

Simple question,  how do I change the font colour for the menu and submenu.

I'm not sure which part of the top-menu.css it would me in.

Cheers

Pedro

Quote · 23 Jan 2010

It's done in the link section of the top menu.

.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/tm_item_left.png) no-repeat scroll 0 50%;
border-width:0;
color:#666666;
display:block;
font-weight:normal;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
text-transform:capitalize;
}


There is another one for the active section.

.topMenu td#tm_active a.top_link, .topMenu td#tm_active a.top_link:link, .topMenu td#tm_active a.top_link:visited, .topMenu td#tm_active a.top_link:active {
color:#666666;
}


EDIT: Corrected a error while pasting the code.


https://www.deanbassett.com
Quote · 23 Jan 2010

Thank you this helped me to deano92964 you are the best

Quote · 20 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.