Re: Changing Menu Font and Colour

#872
admin
Participant

Hi Sally,

Just wondering how I can change the Menu font and colour?

– Open style.css
– Look for the section “=Menu Primary”
– Modify the code

.menu ul a,
.menu ul a:visited {
display: block;
font-size: 14px;
line-height: 21px;
padding: 20px;
position: relative;
text-decoration: none;
color: #2f2f2f;
}[/CODE]

Enjoy.[CODE].menu ul a,
.menu ul a:visited {
display: block;
font-size: 14px;
line-height: 21px;
padding: 20px;
position: relative;
text-decoration: none;
color: #2f2f2f;
}[/CODE]

Enjoy.