menu button colour
-
Was wondering if anyone can help (css) I want to add some colour to some of my menu buttons, I have the lifestyle theme.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try using the following CSS:#nav li {
float: left;
list-style-type: none;
background-color: #45B4CE;
border: 1px solid black;
}Of course, you can select any color you want. Check this site for color codes: http://www.colorpicker.com/
I added a border so that buttons can stand on their own without blending and blurring into a general color.
- The topic ‘menu button colour’ is closed to new replies.