Header Background Color

Discussion in 'Local Business WordPress Theme' started by mskoberna, Feb 13, 2013.

  1. mskoberna

    mskoberna New Member

    Joined:
    Feb 4, 2013
    Messages:
    4
    Likes Received:
    0
    I would like to change the header background color to better match my logo, can someone please tell me how to do this? Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .header{
    background:red;
    }

    Inplace of "red" put your color code.
     

Share This Page