Change hover colour on 'follow blog' widget button
- The topic ‘Change hover colour on 'follow blog' widget button’ is closed to new replies.
Need help? Check out our Support site, then
Hi, Can you please give me a code to change the hover colour of the ‘follow blog’ widget. Currently when I hover over the button it’s a orangey brown colour which does not go with my sites colour scheme! All the other buttons are fine and I don’t want them changed, just this one please.
Many thanks :)
The blog I need help with is: (visible only to logged in users)
Hi there
You can change this with:
a.contributor-posts-link:hover, a.button:hover, button:hover, .reply a:hover, input[type=submit]:hover {
background-color: whatever;
}
Thanks :) Ben
As usual Ben you have delivered! Many thanks, Leona :)