Before you ask please READ THIS

Contact form (button color and info fields)

edited December 2012 in Hypershot Posts: 3
Hi,

Is it possible to change the color of the submit form button?
Is it possible to add more fields to the contact form? eg. phone number etc?

Thanks
1.jpg
696 x 541 - 29K

Comments

  • AirAir
    Posts: 10,970
    Hello.

    If you want to change contact(add fields) form I would recommend to use some plugin for making contact forms like this http://wordpress.org/extend/plugins/contact-form-7/

    As for color of buttons you will have to add custom CSS(you can use plugin like this http://wordpress.org/extend/plugins/pc-custom-css/ activate it, and next go to Appearance->Custom CSS. There you can insert your custom CSS)
    form.contact-form input[type="submit"]{ /* normal color */
    background-color: #000000;
    }
    form.contact-form input[type="submit"]:hover{ /* hover color */
    background-color: #888999;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion