Title: Button hover color
Last modified: June 2, 2017

---

# Button hover color

 *  Resolved [WP Gang](https://wordpress.org/support/users/merkucio/)
 * (@merkucio)
 * [9 years ago](https://wordpress.org/support/topic/button-hover-color-2/)
 * 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 9 years ago by [WP Gang](https://wordpress.org/support/users/merkucio/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [9 years ago](https://wordpress.org/support/topic/button-hover-color-2/#post-9192903)
 * 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.

 * ![](https://ps.w.org/sticky-side-buttons/assets/icon-256x256.jpg?rev=1575383)
 * [Sticky Side Buttons](https://wordpress.org/plugins/sticky-side-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-side-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-side-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-side-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-side-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-side-buttons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/button-hover-color-2/#post-9192903)
 * Status: resolved