Css button color change
-
Hey all,
I’m trying to change some WordPress core css and can’t seem to get it right. It’s for the login button. The first css below is the standard blue button and the second is the color change I’ve inserted into the theme’s custom css settings, but it’s not working. Not even when I insert the !important statement on the color lines.
.wp-core-ui .button-primary { background: #00A0D2 none repeat scroll 0% 0%; border-color: #0073AA; box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15); color: #FFF; text-decoration: none; } .wp-core-ui .button-primary { background: #32DDCA none repeat scroll 0% 0%; border-color: #15C0AD; box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15); color: #FFF; text-decoration: none; }
Can someone please tell me what I’m doing wrong?
Thanks!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Css button color change’ is closed to new replies.