• Resolved jwright1099

    (@jwright1099)


    I need assistance altering the font color when hovering over menu text on homepage. Menu is currently yellow but on hover it turns blue and font is blue. I want hover font to be white.

    The page I need help with: [log in to see the link]

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

    (@rochesterj)

    Hi there!

    Thanks for reaching out.

    Please add this code in your Custom CSS section:

    .main-navigation .nav-menu li:hover a {
    	color: red !important;
    	-webkit-text-fill-color: red;
    }

    Thanks!

    Thread Starter jwright1099

    (@jwright1099)

    thanks

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Color for Menu on Home Page’ is closed to new replies.