Customize color in header area

Discussion in 'Poloray WordPress Theme' started by harvardheal, Mar 14, 2013.

  1. harvardheal

    harvardheal New Member

    Joined:
    Mar 5, 2013
    Messages:
    1
    Likes Received:
    0
    Hello,

    How can I change the header color to white? I went into the editor and tried to change it manually, but it didn't work. My site is harvardheal.org

    Thanks!
     
  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:
    .wrapper {
    background: red;
    }
    .header {
    background: red;
    }

    Inplace of "red" put your color code.
     

Share This Page