cant change color of menu tabs
-
Ok last request..how do i change the color of the menu & hover colors on my blog at http://www.allaboutthea.wordpress.com (goes to allaboutthea.com). Thanks!
-
Hope I’ve understood correctly. You’re using Blix and you want to change the green background and the blue (?) hover colours? You have the CSS upgrade?
For the hover (putting the mouse over the link): Find
#navigation .selected, #navigation a:hover (line 81)
{
background-color: #1ba6b2;
}And change #1ba6b2 to something else.
For the green: Find
#navigation, #navigation li (line 75)
{
background-color: #a3c159;
}and again, change the #number as required.
Collin
-
-
did you find this code somewhere else (for future references for myself) i noticed you said “Line”..my css just says *import* blah blah
-
Some text editors will show you line numbers if you have CSS sheets or other ‘code’ type formats. Collin was just referencing the line so you could find it easy if you used one of these editors to edit your CSS, not in the browser window itself.
Trent
-
- The topic ‘cant change color of menu tabs’ is closed to new replies.