Change navigation hover over color on Infoway??

Discussion in 'Infoway WordPress Theme' started by frederickads, Oct 8, 2013.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Hello. Thanks for the great themes. I was wondering how I can change the navigation hover over color on Infoway. I would like to keep the blue navigation for the active page link, but for hover over, I would like to make it match the green in my logo. Thanks.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #menu li:hover a {
    background: green;
    }
    #menu .ddsmoothmenu li li a:hover {
    color: green;
    }
    In place of "green" you can put your color or color code.
    This will solve your issue.
     

Share This Page