WordPress Theme: Afterburner

Change font sizes in navigation bar.

Make the following changes to the light4.css or appropriate file

Change this line:

#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-weight:bold;}

to this:

#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-size:75%;font-weight:bold;}

and this line:

#nav li a:hover, #nav li:hover a, Read the rest