Change Header Color > ClassicCraft

Discussion in 'ClassiCraft WordPress Theme' started by namn, Aug 18, 2013.

  1. namn

    namn New Member

    Joined:
    Dec 7, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Cyberspace
    Hi Guys,
    What is the CSS script to change the header color? I will add the color part.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Settings > Theme Options > Styling Option > Custom CSS

    Code:
    .wrapper {
    background: red;
    }
    .content_wrapper {
    background: white;
    }
    Inplace of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page