Support » Theme: Custom Community » chage colour drop down list mouse over

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you please explain in greater detail what you would like? And provide a link to your website. Thank you.

    Thread Starter ieps

    (@ieps)

    Hi,
    I want when mouse goes over the (drop down list) font color change from black to white,
    see picture
    my site

    Hm, I am not sure….

    Thread Starter ieps

    (@ieps)

    go to “core/includes/theme-generator/style.php”

    find this code:
    #access ul.children li:hover > a,
    #access ul.sub-menu li:hover > a {
    background: #<?php echo $details_hover_bg_color;?> !important;
    color: #<?php echo $font_color;?>;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    }

    and change “#<?php echo $font_color;?>;” to your color, like this:
    color: #ffffff;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘chage colour drop down list mouse over’ is closed to new replies.