OK, Panos – I think this is the final one …

  • Unknown's avatar

    a:link {background-color:#ffffff;}
    a:visited {background-color:#9d1e17;}
    a:hover {background-color:#91a93b;}
    a:active {background-color:#e5322b;}

    Them’s the list I want to apply to the round-cornered b.g.s behind the menu items, and I’m buggered if I can work out where to do that. :-(
    I’m not even sure if I’ve allocated the colour I want to the state of link I want. But still – I can always swap ’em around, if you’ll set ’em up for me, παρακαλώ … :-)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’m not the only one who helps with CSS editing!

    Add this:

    #access a {
    background-color: #ffffff;
    }
    #access li:hover > a {
    background-color: #91a93b !important;
    }
    #access li.current_page_item a, #access li.current-menu-item a {
    background-color: #e5322b;
    }
    #access a:visited {
    background-color: #9d1e17;
    }

    But I would advise against setting a bg color for visited links. Add the above then click on a couple of menu items and see what your menu will look like.

  • Unknown's avatar

    Yep, you’re right. Have left ’em as is, including black hover. Or maybe I’ll just change that one. Can I change just the hover? I’ll have a go …
    Thanks. I know you’re not the only one: I felt as if we were ending a duet.
    [grin]

  • The topic ‘OK, Panos – I think this is the final one …’ is closed to new replies.