Hi magamark,
Can you send me a link to your site? I’ll take a look for you.
John
First let me thank you for your contact.
The website is in maintenance mode but i created another that replicates exactly the problem i have
http://www.diariodasnoticias.com/contact/
This is not the website i want to change with but has exactly the same situation and same plugins
In contact page the send button or post button its orange, i can’t change the colors using custom css plugin.
if i do them in style.css file i’m able change colors but i would like to change the color using custom css plugin.
Thank you
Magamark
Hi magamark,
Could you send me the code you’re using to customize the button? Most likely this is a CSS issue, not an issue with the plugin, but I’m glad to help!
Hello John Regan,
This is the code i used
button, input[type=”submit”], input[type=”button”], input[type=”reset”] {
background: linear-gradient(to bottom, #366c92 0%, #66c92 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-color: -moz-use-text-color -moz-use-text-color #66c92;
}
I have not enabled Double Quotes, should i enabled them because of the (“) quotation marks?
Thank you for your help 🙂
button, input[type=”submit”], input[type=”button”], input[type=”reset”] {
background: linear-gradient(to bottom, #366c92 0%, #366c92 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-color: -moz-use-text-color -moz-use-text-color #366c92;
}
At first glance, I’d say not enabling double quotes your problem.
The double-quotes get converted to HTML entities without that feature enabled, which would break your CSS. Give that a shot and let me know how it goes!
Shot hit the target!
Problem resolved! 😉
Thank your for helping me.
Best Regards,
Magamark