How can I change the color of the submit button in the contact form?
On the bottom of the page:
http://6sky.in/contact/
How can I change the color of the submit button in the contact form?
On the bottom of the page:
http://6sky.in/contact/
The button color is defined by your theme. You can change it by adding the following code to your custom CSS:
.contact-form input[type="submit"] {
background: #000;
}I put it in the css sheet by jetpack (under design) and later to in the stylesheet by my theme. Both didn't work. What could I have done wrong?
I do not see any CSS rules in the Custom CSS module on your site. Could you go to Appearance > Edit CSS in your dashboard, and add the CSS rule again?
You must log in to post.