Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Weebly help please – nav menu, removing link background Reply To: Weebly help please – nav menu, removing link background

#176662
Paulie_D
Member

It looks like you can change the font color with


.wsite-menu-default a {
font-size: 14px;
font-weight: bold;
color: #999999; /* change this */
}

You might also need to change this


#active a {
color: #28657c; /* change this */
}