Menu bar color

Discussion in 'BlackBird WordPress Theme' started by ebonymclaughlin, Sep 9, 2014.

  1. ebonymclaughlin

    ebonymclaughlin New Member

    Joined:
    Feb 12, 2013
    Messages:
    8
    Likes Received:
    0
    Hi,
    I'm putting in the code below to change the menu bar color on www.ebonymclaughlin.com.au but it's not changing color?
    #menu .ddsmoothmenu {
    background: red;
    }
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please Use
    Code:
    .menu_wrapper
    {
    background: red !important;
    }
    Thanks
    Pramod
     

Share This Page