Forums
Forums / Plugin: Sticky Side Buttons / Button hover color
(@merkucio)
9 years ago
Hello,
How can I set custom hover color for buttons? I’m using custom background color for buttons. Style – dark.
This code changes the font’s color on hover, not the background.
#ssb-container ul li a:hover { color: #e95603!important }
(@enigmaweb)
Right! Sorry, I see my error previously. Try this instead:
#ssb-container ul li:hover { background: ##e95603 !important; }
The topic ‘Button hover color’ is closed to new replies.