Submit button on Contact Page

Discussion in 'BlackBird WordPress Theme' started by renarts, Nov 1, 2013.

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

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Hi there!

    I need help in changing the color of the submit button on the default contact page.

    Thanks!
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #contactForm input[type="submit"] {
    background: red;
    }
    #contactForm input[type="submit"]:hover {
    background: orange;
    }
    In place of "red" and "orange" you can put your color or color code.
     
  3. renarts

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Perfect! It worked. Thanks a lot ;)
     
Thread Status:
Not open for further replies.

Share This Page