magamark
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] Changing button colors in 2013 themeShot hit the target!
Problem resolved! 😉
Thank your for helping me.
Best Regards,
MagamarkForum: Plugins
In reply to: [Simple Custom CSS Plugin] Changing button colors in 2013 themebutton, 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;
}Forum: Plugins
In reply to: [Simple Custom CSS Plugin] Changing button colors in 2013 themeHello 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 🙂
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] Changing button colors in 2013 themeFirst 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