Change menu color

Discussion in 'ColorWay WordPress Theme' started by watta_grumpy, May 2, 2013.

Thread Status:
Not open for further replies.
  1. watta_grumpy

    watta_grumpy New Member

    Joined:
    May 1, 2013
    Messages:
    2
    Likes Received:
    0
    Hi, i use the golden eagle theme and i would like to change the color of the menu when the mouse cursor is over the text.
    Regards
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li.current_page_item a, #menu a:hover {
    color: red;
    }
    #menu li a:hover{
    color: red;
    }
     
  3. watta_grumpy

    watta_grumpy New Member

    Joined:
    May 1, 2013
    Messages:
    2
    Likes Received:
    0
    Thanks Gourav, it's perfect !!!
     
Thread Status:
Not open for further replies.

Share This Page