• Closed
  • Carolyn Lau
    Spectator
    June 10, 2014 at 4:52 pm #8474

    Hi Roman,

    Can you please tell me which part of the CSS that I need to edit so I can have my background color change on the menu when it is hover? This is my website: http://www.carolynlau.com. Currently, when you mouse over “Course Artifacts”, the sub menu will show but when you mouse over the sub menu, it will not change the background color.

    Thank you.

    Roman
    Spectator
    Posts: 3147
    June 10, 2014 at 7:04 pm #9984

    try this code in the Custom CSS:

    Code:
    ul.nav-menu ul li a:hover {background:red;}
    Carolyn Lau
    Spectator
    Posts: 4
    June 10, 2014 at 8:31 pm #9993

    It worked! Thank you.
    How do I change the text to white color when hover?

    Carolyn Lau
    Spectator
    Posts: 4
    June 10, 2014 at 9:37 pm #9995

    Hi again Roman,
    I got it to work with the text color! It just take some practice! Thank you!