Title: Make hover transparent
Last modified: September 7, 2016

---

# Make hover transparent

 *  Resolved [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * (@webbmasterpianise)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/make-hover-transparent/)
 * In my theme (Virtue) the footer widget adds a hover effect to the Add2Any buttons.
   They get a green hover background.
 * I have these to clean things up:
 *     ```
       .a2a_kit a , a:hover {
       background-color: transparent;
       }
       ```
   
 * But I still cant figure out how the make the uniqe buttons hover transparent.
   Please advice.
 * Site: [http://piani.se/](http://piani.se/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/make-hover-transparent/#post-8157094)
 * Use the `!important` declaration:
 * `.a2a_kit a { background-color: transparent !important; }`

Viewing 1 replies (of 1 total)

The topic ‘Make hover transparent’ is closed to new replies.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 1 reply
 * 2 participants
 * Last reply from: [micropat](https://wordpress.org/support/users/micropat/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/make-hover-transparent/#post-8157094)
 * Status: resolved