Menu button colour change

Discussion in 'ColorWay WordPress Theme' started by imogen, Jan 21, 2015.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    How to do I edit the colours on the menu when the word is highlighted?

    Thank you
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi imogen,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul#menu-menu-1 li a:hover {
    background: rgb(219, 209, 209) !important;
    color: green !important;
    }
    Thanks,
    Praveen
     

Share This Page