Widget area hover colour
- The topic ‘Widget area hover colour’ is closed to new replies.
Need help? Check out our Support site, then
Hi, as you will see my widgets area has coding to make it blue. I have asked on another thread for a code to make the text black as right now it’s blue. What I’m asking for here is the code for the hover colour for the whole widget area, currently there is no hover colour, I’m guessing the widget code I’m using has done that? Can you help me with this please?
Many thanks
Leona :)
The blog I need help with is: (visible only to logged in users)
You’ll see that the current hover colour is the one of the sticky post hover, I used a code to change the sticky hover and it’s changed the widget hover but as it’s light blue the words just disappear. Have I got the wrong code for the sticky hover? Help!
Are you talking about the text colour hover?
I think the changes to make the text black will override the hover colour in the widgets. Is this good enough or do you want something else to happen?
Ben
Yes the text hover please. Now I’ve put in the code to make the text black there is no hover at all. Can you please help?
And yes I want want something else to happen – more money, smaller hips, younger face….the list is endless! :D
He hee – can only help with the CSS I’m afraid 😊
.widget a:hover {
color: blue;
}
Ben
Thanks :)