View Single Post
  #2  
Old 08-26-2012, 05:34 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 97,353
Tequila is on a distinguished road
Default

It's in the css. ;3
Find:
PHP Code:
#menu a {
margin:auto 10px;
displayblock;
border-bottom1px solid #CCC;
padding2px;
padding-left10px;
text-transformuppercase;
font-size7.5pt;
letter-spacing1px;
}

#menu a:hover {
background-color#91C7F5;
color#fff;

and replace with:
PHP Code:
#menu a {
margin:auto 10px;
displayblock;
padding2px;
padding-left10px;
text-transformuppercase;
font-size7.5pt;
letter-spacing1px;
}

#menu a:hover {
background-color#91C7F5;
color#fff;

__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote