Change Navigation Bar Color

Discussion in 'Dzonia WordPress Theme' started by 1stopnonprofitshop, Mar 30, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do you change the color of the navigation bar?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

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

    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: #FF0000;    
    }
    Note:- Please change the color code accordingly.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page