continue reading blue button
-
I’m trying to find the edit css part for changing the intrusive blue button that’s everywhere, and changing it to grey. I’ve managed to find with firebug the code and change the hover colour but hunting through every colour css I cannot find anything that makes the blue change to anything different. does anyone have the css for changing the non hover state, non active blue button to any other colour I choose, hex/rgb.
Aha as I write I just discovered this part changes all the input buttons to whatever rgb colour code you choose, replace the number with your choice, I chose orange in the end, I now have to hunt out the hover blue as well! Part Resolved!
button, input[type="button"], input[type="reset"], input[type="submit"], .button-primary, a.button-primary, .wpm-button-primary, a.wpm-button-primary { display: inline-block; background: none repeat scroll 0% 0% rgb(222, 85, 0); color: white; text-decoration: none; padding: 10px; border: medium none; font-weight: 300; cursor: pointer; font-size: 100%; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘continue reading blue button’ is closed to new replies.