Text Color on Navigation Menu

Ok, so here is an easy one for someone. Can you tell me where I can change the color of the text that is displayed on the main navigation menu?

Example: People, Videos, Sounds, Photos, etc...

Thanks,

Chris

Nothing to see here
Quote · 5 Mar 2010

There are 2 locations

This section in top_menu.css around line 143 is for the default text color.

------------------------------------------------------------------------------------------------------------------------------------------------

.topMenu a,
.topMenu a:link,
.topMenu a:visited,
.topMenu b {
margin: 0px;
padding: 0px 0px 0px 5px;

display: block;

background: transparent url(../images/tm_item_left.png) no-repeat scroll 0%;
border-width: 0px;

text-transform: capitalize;
text-decoration: none;
color:#666666;
font-weight: normal;
}


------------------------------------------------------------------------------------------------------------------------------------------------

Now this section in top_menu.css at about line 165 is for the active section and hover over color.

------------------------------------------------------------------------------------------------------------------------------------------------

.topMenu a:hover,
.topMenu a:active {
color:#333;
}


------------------------------------------------------------------------------------------------------------------------------------------------

https://www.deanbassett.com
Quote · 5 Mar 2010

Pre-shate it Deano :)

Nothing to see here
Quote · 5 Mar 2010

Pre-shate it Deano :)

Confused. English please.

From the urban dictionary, shate means shit. So pre-shit?????????



https://www.deanbassett.com
Quote · 5 Mar 2010

LOL.. Sorry. Its only in the "Southern" dictionary. how about this instead:

I appreciate it ..hehe

Nothing to see here
Quote · 5 Mar 2010

Doh.

I should have been able to figure that out.

https://www.deanbassett.com
Quote · 5 Mar 2010
 
 
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.