How do I change the color of a menu when hovered on my Post Slider?
-
It needs to be added to this…
I want it to turn green when each slide number is hovered.
#lead-story nav a {
background-color: #022457;
}Thank you
The blog I need help with is: (visible only to logged in users)
-
So close! You just needed to add :hover in, like so:
#lead-story nav a:hover { background-color:#0f0; } -
Hi if you hover over a menu on the actual page the text disspapears on every browser except Chrome ?
How can I rectify this ?
I have sent an image t your email…
- The topic ‘How do I change the color of a menu when hovered on my Post Slider?’ is closed to new replies.