Nav menu button color

Discussion in 'Dzonia WordPress Theme' started by home, Jun 17, 2014.

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

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    How can I change the color of the nav menu buttons? I only want to change the hover color of the button. Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     #menu .ddsmoothmenu li.current-menu-item, #menu .ddsmoothmenu li.current_page_item, #menu .ddsmoothmenu li.current-menu-parent, #menu .ddsmoothmenu li.current_page_parent, #menu .ddsmoothmenu li:hover{
    background:red;
    }
    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     
  3. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Great - Thank you very much for your help!
     
Thread Status:
Not open for further replies.

Share This Page