Header Color Regal

Discussion in 'Regal WordPress Theme' started by ciana11, Jan 28, 2014.

  1. ciana11

    ciana11 New Member

    Joined:
    Nov 29, 2012
    Messages:
    6
    Likes Received:
    0
    I wish to make the color of the header black instead of white as it on it. Is this possible?
     
  2. ciana11

    ciana11 New Member

    Joined:
    Nov 29, 2012
    Messages:
    6
    Likes Received:
    0
    Can I custom do this in some way? Thank you
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header {
    background: black;
    } 

    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page