Send Button

Discussion in 'ColorWay WordPress Theme' started by riazahmed, Mar 4, 2013.

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

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Is it possible to change colour on the send button on the contact form? It defaults to black at the moment.

    I am using the contact form that came with colorway pro.

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-wrap .contact #contactForm input[type="submit"] {
    background: red ! important;
    }
    .content-wrap .contact #contactForm input[type="submit"]:hover{
    background: red ! important;
    }
    Inplace of "red" paste your color or color code.

    This will solve your issue.
     
  3. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Great. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page