Forums

[Theme: Delicate] Can´t change drop down hover color. (2 posts)

  1. smileX
    Member
    Posted 3 months ago #

    Howdi, I´m currently editing the Delicate theme a bit, but just run into a kinda silly problem: I can not change the hover color on the drop down menu!

    In style.css, you can find the following line(number 259):

    .topnav li ul li a:hover  { color:#FFF;}

    Note: color:FFF; is my custom alteration.

    This does not change the hover color at all, nothing happens. I tried to set a underline when hovering, which worked like a charm, but I can´t figure out how to change to color.

    Any ideas?

    Regards.

    http://wordpress.org/extend/themes/delicate/

  2. Uwhoosh
    Member
    Posted 3 months ago #

    Hey, you need to change this

    .topnav a:hover {color: #ff0505;}

    to this

    .topnav a:hover {color: #fff;}

    Worked like a charm here

    Firebug on Mozilla is great for these kind of changes.
    All the best.

Reply

You must log in to post.

About this Topic

Tags