Title: floating share button
Last modified: August 30, 2016

---

# floating share button

 *  Resolved [1mk](https://wordpress.org/support/users/1mk/)
 * (@1mk)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-share-button-1/)
 * I would like to make the background of my floating share buttons transparent 
   rather than white the way it is currently.
 * If you scroll to the bottom of the page below…my footer is baby blue and the 
   floating share buttons appear to have a white background.
 * [http://yourpathtohealthyliving.com/the-false-reality-behind-sports-nutrition-bars-fitness-snacks/](http://yourpathtohealthyliving.com/the-false-reality-behind-sports-nutrition-bars-fitness-snacks/)
 * How can I do this?
 * Thanks,
 * MK

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-share-button-1/#post-6291730)
 * For customizeing a plugin it’s best to start with the plugin support 🙂
 * I’ll help you anyway use this css:
 *     ```
       .a2a_floating_style {
         background-color: transparent;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [1mk](https://wordpress.org/support/users/1mk/)
 * (@1mk)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-share-button-1/#post-6291734)
 * I tried contacting plugin support several times and no response, unfortunately.
 * For some reason that css didn’t change the background color…
 * I appreciate your help even though it’s not your issue to deal with.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-share-button-1/#post-6291743)
 * ok, use !important;
 *     ```
       .a2a_floating_style {
         background-color: transparent !important;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [1mk](https://wordpress.org/support/users/1mk/)
 * (@1mk)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/floating-share-button-1/#post-6291753)
 * Bingo!
 * Thanks so much!

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

The topic ‘floating share button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [1mk](https://wordpress.org/support/users/1mk/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/floating-share-button-1/#post-6291753)
 * Status: resolved