NAVIGATION BAR

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Oct 8, 2015.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi I would like to make the navigation bar white and the font grey on theomathewsarchitect.com.au

    Many thanks
    Liz
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    As far as I can understand, you might be concerned about the navigation menu. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu-container {
            background: #ffffff !important;
      }
    #menu .ddsmoothmenu li a {
        color: #808080 !important;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page