• Resolved Merkucio

    (@merkucio)


    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 
     }
    • This topic was modified 7 years, 9 months ago by Merkucio.
Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Right! Sorry, I see my error previously. Try this instead:

    #ssb-container ul li:hover {
    	background: ##e95603 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Button hover color’ is closed to new replies.