Hover Colors
-
Hi, I am trying to change the ‘hover’ color for our site. I’ve used CSS code
a:hover{
background-color: yellow;
}
Of course, not with yellow.. and when I use this, it does change the background of where the content is, as well as the buttons. However, some of the buttons are still green when I implement this code. I think I’m missing something here. I want the text to be white still, but I want ZERO green anywhere on the page. Please help!The blog I need help with is: (visible only to logged in users)
-
hi!
Try to use this:
a:hover {
background-color: yellow !important;
}Best regards,
Olga -
-
-
-
The blog I need help with is http://www.competitivesolution.net.
Sorry but you are in the wrong place. These forums are only for blogs/sites hosted by WordPress.com
WordPress.COM and WordPress.ORG are completely separate and different http://support.wordpress.com/com-vs-org/
And you should ask in the WordPress.org forums.
http://wordpress.org/support/Cheers.
- The topic ‘Hover Colors’ is closed to new replies.