Hi, How can I change the color of the Header Area and the color of the Get Lead?

Discussion in 'Blackriders WordPress Theme' started by glucena, Jul 10, 2014.

Thread Status:
Not open for further replies.
  1. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Hi, How can I change the color of the Header Area and the color of the Get Lead Form?

    Best Regards
     
  2. Piyush

    Piyush Support Staff

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

    1. To change the color of header area,
    paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     div.header_container {
    background: red;
    }
    In place of "red" you can put your color or color code.

    2. To change the color of lead form on the home page,
    paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .signupform {
    background: red;
    }
    .signupform input[type="text"], .signupform input[type="email"], .signupform select {
    border: 6px solid green;
    } 
    In place of "red" and "green" you can put your color or color code.
    This will fulfill your requirement.
     
  3. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Many Many Many Thanks!

    You are GREAT!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page