Home button on menu bar's color dit not change with this CSS tweak
-
The tweak below worked perfectly to change 2010 theme menu bar & button colors – apart from the home button which is still white and therefore illegible. Please help me to change the Home button color with the rest.
}#access {
background:none repeat scroll 0 0 #ffffff;
}#access li:hover > a,#access ul ul:hover > a {
background:#fff;
color:#000;
}#access ul ul a {
background:#fff;
}#access a {
color:#4C7D7E;
}Thanks
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Home button on menu bar's color dit not change with this CSS tweak’ is closed to new replies.