Blue border lead capture form

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Feb 26, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Can I change the blue border color of the lead capture form? see attachment -->

    Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey maggie!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .signupform input[type="text"], .signupform input[type="email"], .signupform select {
    border: 6px solid #43a53f !important;
    }
    Thanks,
    Praveen
     

Share This Page