Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter xerocool

    (@xerocool)

    Don’t seem to have that.
    #menu {
    padding: 0 0 10px 30px;
    position: absolute;
    right: 2px;
    top: 80px;
    width: 220px;
    }
    #menu form {
    margin: 0 0 0 13px;
    }
    #menu input {
    background: #eee;
    border: 1px solid #999;
    width: 80%;
    }
    #menu ul {
    color: #C4A457;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding-left: 3px;
    text-transform: lowercase;
    }
    #menu ul li {
    font: italic normal;
    font-family: tahoma;
    font-size:14px;
    margin-top: 10px;
    padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
    }
    #menu ul ul {
    list-style-type: none;
    font-variant: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    }
    #menu ul ul li {
    border: 0;
    font-family: tahoma;
    font-style:normal;
    letter-spacing: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 12px;
    font-size:11px;
    }
    #menu ul ul li a {
    color: #000;
    text-decoration: none;
    }
    #menu ul ul li a:hover {
    border-bottom: 1px solid #809080;
    }
    (http://xerocool.zsxonline.com/wp-layout.css)

    Thread Starter xerocool

    (@xerocool)

    #menu ul li {
    font: italic normal;
    font-family: tahoma;
    font-size:14px;
    margin-top: 10px;
    padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
    }
    Wheres the color?

    Add it to the declaration.

    Thread Starter xerocool

    (@xerocool)

    How?..I don’t get it.

    #menu ul li {
    font: italic normal;
    font-family: tahoma;
    font-size:14px;
    margin-top: 10px;
    padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
    color: #ffff00; <————————-
    }

    Thread Starter xerocool

    (@xerocool)

    Got it. thanks. And btw, for the calendar, Its the same color:
    M T W T F S S
    ^^ Thats the color i used in the CSS for what you said above. Any way to change that?

    Yes. It’s all in the css.
    http://www.tamba2.org.uk/wordpress/1css has a lot of detail.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change color of menu titles’ is closed to new replies.