Title: Hover colors
Last modified: September 26, 2022

---

# Hover colors

 *  [kozmicblues](https://wordpress.org/support/users/kozmicblues/)
 * (@kozmicblues)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hover-colors/)
 * Could we get hover color options? If we create a link for the icon, it would 
   be nice to have some kind of hover color options for both link and background.
   Thanks

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

 *  Plugin Author [Nick Diego](https://wordpress.org/support/users/ndiego/)
 * (@ndiego)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hover-colors/#post-16047366)
 * Hi [@kozmicblues](https://wordpress.org/support/users/kozmicblues/),
 * Thanks for the feature request! This is something I have wanted myself for a 
   while. That said, I want to implement this the “WordPress way”. A lot of work
   is currently being done on how to manage settings for different states in the
   Editor, i.e. hover, active, etc. This functionality would also be compatible 
   with themes that use a theme.json file.
 * So it might take a bit for this functionality to get added, but it is at the 
   top of my list. I have also gone ahead and added a [GitHub issue](https://github.com/ndiego/icon-block/issues/15)
   for this enhancement.
 * In the meantime, you can manually add hover states using CSS. Not ideal of course,
   but here is some example code.
 *     ```
       .wp-block-outermost-icon-block svg:hover {
       	color: red;
       	fill: red;
       }
       ```
   
 * Best,
    Nick
 *  Thread Starter [kozmicblues](https://wordpress.org/support/users/kozmicblues/)
 * (@kozmicblues)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hover-colors/#post-16047945)
 * I’m glad it’s on your radar. Thanks for your excellent plugin.

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

The topic ‘Hover colors’ is closed to new replies.

 * ![](https://ps.w.org/icon-block/assets/icon-256x256.png?rev=3122589)
 * [The Icon Block](https://wordpress.org/plugins/icon-block/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/icon-block/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/icon-block/)
 * [Active Topics](https://wordpress.org/support/plugin/icon-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/icon-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/icon-block/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kozmicblues](https://wordpress.org/support/users/kozmicblues/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/hover-colors/#post-16047945)
 * Status: not a support question