Change color of menu bar - by ecopark - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: ecopark
    ecopark
    Participant
    June 8, 2015 at 16:31

    Dear supports professionals,

    could you please help me to change color of main menu?
    I would like to change as follows

    backgound : red
    font: white
    hover: grey

    thank you for your support in advance

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    June 8, 2015 at 16:59

    Hello,

    Please add this code in custom.css file:

    .header-type-6 .menu-wrapper {
     background-color: red;
    }
    .menu > li > a {
      color: white !important;
    }
    .menu > li > a:hover {
     color: grey !important;
    }

    Regards,
    Eva Kemp.

  • 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.