Cannot change Submit Button Color
-
Newbie to WordPress I am now entering CSS but seems to be stuck….
I use the Custom CSS plugin and was able to change the submit button of my gWolle Guestbook page, but I can not seem to change the color of the submit button of the WPForm I want.
What I did…
I made a new entry in the plugin and called it “WPS Submit Button”.
I entered the following code:div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
background-color: #6D5856; /* Grey background */
border: 1px solid #6D5856; /* Dark grey border */
color: #333; /* Text color */
font-size: 1em; /* Size of text */
padding: 10px 15px; /* Distance between text and border */
}I had hoped this would change the button to a brownish color.
But it doesn’t.Strange thing is that some other code from the WPS site what should change the color, text size and button size did change the button size ONLY?!
So it looks like the code is accepted (otherwise the button would not have changed) but is probably overwritten by some deafult setting or whatever?
Who can help me and how?Thanx in advance.
grt,
AlexThe page I need help with: [log in to see the link]
- The topic ‘Cannot change Submit Button Color’ is closed to new replies.