Menu color when hover - by hooweiliam - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: hooweiliam
    hooweiliam
    Participant
    January 21, 2015 at 21:16

    Hi,

    Currently on my website, when I hover the menu, it changed from black to red.
    Is it possible to changed it from red to black? Which mean, no changed of color when hover.
    Below is my details

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 21, 2015 at 22:09

    Hello,

    Try to add this code into custom.css file.

    .main-nav .menu > li > a{
    color:red;
    }
    .main-nav .menu > li > a:hover{
    color:#000;
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.