Color change for header in Blackbird

Discussion in 'BlackBird WordPress Theme' started by eventuallydk, Mar 26, 2013.

  1. eventuallydk

    eventuallydk New Member

    Joined:
    Oct 2, 2012
    Messages:
    1
    Likes Received:
    0
    Hi.
    I've read here how to change the color for the header in Blackbird.

    I've changed it to:

    }
    .menu_wrapper {
    background:none
    background-color:#96a37f
    height:54px;
    margin-top:20px;

    }

    However, now the background color for the header has completely disappeared.

    Can you please provide some help.

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Remove your old code completely and
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .menu_wrapper {
    background:none;
    background-color:red;
    }
    This will solve your issue.
     

Share This Page