Contact form button

February 2014 WordPress Theme
GK User
Mon Feb 16, 2015 12:11 am
Hi,

How do I change the color of the button on the contact us page?

Thanks,
Jake
User avatar
Fresh Boarder

GK User
Mon Feb 16, 2015 8:42 am
Hi,
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.contactpage input[type="submit"] {
background-color: #yourcolor_value;
}
User avatar
Moderator

GK User
Wed Mar 04, 2015 8:17 am
Thanks
User avatar
Fresh Boarder


cron