• Resolved tmonkey

    (@tmonkey)


    Hi Anton – thanks for a fantastic theme…

    I’m having a couple of problems changing the top menu colors. (I’m using the default theme). If I add

    #menu li a, #menu li span{
        background-color:#000
    }

    to the css the color changes as it should, but my hover color disappears. What am I missing?

    Also, is there a way to center the top menu bar?

Viewing 3 replies - 1 through 3 (of 3 total)
  • #menu li a, #menu li span{
    background-color:#000
    }

    Thread Starter tmonkey

    (@tmonkey)

    hey didietche – thanks for such a quick reply. That’s what I already have and it works for coloring the menu. But it stops the color changing when I hover over each link like the default menu. (It stays at whatever color I set it to even when hovering.)

    Thread Starter tmonkey

    (@tmonkey)

    I was just missing

    #menu li a:hover{
    	background-color:#fff5c5;

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem changing menu colors and centering menu’ is closed to new replies.