Title: Documentation?  Custom CSS
Last modified: August 31, 2016

---

# Documentation? Custom CSS

 *  [Neilisin](https://wordpress.org/support/users/neilisin/)
 * (@neilisin)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/documentation-custom-css/)
 * I wish to assign a handler to the icons so I can do a hover event on the element.
   Is there a way I can do this?
 * [https://wordpress.org/plugins/socials-ignited/](https://wordpress.org/plugins/socials-ignited/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/documentation-custom-css/#post-7254675)
 * Hello there.
 * You can locate the widget’s ID and use CSS like this
 *     ```
       #widget-ID i:hover {
       color: green;
       }
       ```
   
 * to make the icons on a specific widget green on hover, similarly you can apply
   any other style you want.
 *  Thread Starter [Neilisin](https://wordpress.org/support/users/neilisin/)
 * (@neilisin)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/documentation-custom-css/#post-7254689)
 * Nvoura thanks for this however, I had to modify the plugin so that the `<img>`
   elements had an ID in them

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Documentation? Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/socials-ignited/assets/icon-256x256.png?rev=2521500)
 * [Socials Ignited](https://wordpress.org/plugins/socials-ignited/)
 * [Support Threads](https://wordpress.org/support/plugin/socials-ignited/)
 * [Active Topics](https://wordpress.org/support/plugin/socials-ignited/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/socials-ignited/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/socials-ignited/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Neilisin](https://wordpress.org/support/users/neilisin/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/documentation-custom-css/#post-7254689)
 * Status: not resolved