WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Changing Menu Font and Colour › Re: Changing Menu Font and Colour
August 9, 2013 at 8:00 pm
#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.