Forums
Home / Plugin: Sticky Side Buttons / Button hover color
(@merkucio)
7 years, 9 months 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; }