Change Lead Form Button Color

Discussion in 'Local Business WordPress Theme' started by chessx, Jul 27, 2015.

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

    chessx New Member

    Joined:
    Apr 4, 2015
    Messages:
    16
    Likes Received:
    0
    i could have swore i saw a tutorial but i cant find in search.. ive tried the following any help appreciated

    Code:
    .signupform input.btnsubmit {
        background: url(images/orange-button.png) no-repeat 0 0;
        border: none;
        width: 350px;
        height: 47px;
        font-family: Constantia, sans-serif;
        font-size: 22px;
        line-height: 22.02px;
        color: #000;
        text-shadow: 0 1px 0 #fbf2c6;
        margin-left: 75px;
        margin-top: 35px;
    }
    uploaded new image and paste in new url(/wp-content/uploads/my-button.png) link in css
     
  2. chessx

    chessx New Member

    Joined:
    Apr 4, 2015
    Messages:
    16
    Likes Received:
    0
    nevermind, got it to work, guess url was a syntax error, but if you know the onhover css id appreciate it
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .signupform input.btnsubmit:hover {
        background: red;
        border-radius: 10px;
        color: white;
    }
    Please change color according to your requirement.

    Thanks,
    Praveen
     
  4. chessx

    chessx New Member

    Joined:
    Apr 4, 2015
    Messages:
    16
    Likes Received:
    0
    Thx Praveen.. you're awesome ;)
     
Thread Status:
Not open for further replies.

Share This Page