Title: CSS broken
Last modified: November 24, 2022

---

# CSS broken

 *  Resolved [ps.vos](https://wordpress.org/support/users/psvos/)
 * (@psvos)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-broken-9/)
 * SSB has strange behavior (8.4.1). As you can see on [https://lemontree.nl/vandaag-is-nationale-check-je-wachtwoorden-dag/](https://lemontree.nl/vandaag-is-nationale-check-je-wachtwoorden-dag/)
   the buttons are broken. Changed the style, checked custom CSS, emptied cache.
   Buttons stay broken.
 * I used the css code .ssbp-list p {display:none} to avoid the double icons. But
   also hovering makes the icons white with white text instead of black.
    -  This topic was modified 3 years, 6 months ago by [ps.vos](https://wordpress.org/support/users/psvos/).
    -  This topic was modified 3 years, 6 months ago by [ps.vos](https://wordpress.org/support/users/psvos/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-broken-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [ShareThis](https://wordpress.org/support/users/sharethis/)
 * (@sharethis)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-broken-9/#post-16232354)
 * Hello [@psvos](https://wordpress.org/support/users/psvos/),
 * Apologies for this issue.
 * I haven’t been able to replicate this, but I will continue testing. I will also
   make our engineers aware of this in case it’s not a theme-related conflict but
   has to do with the buttons themselves.
 * For the moment, can you try adding this additional CSS code to solve this? It
   will make the buttons’ icon green again.
    Just paste it after the other CSS code
   you already have, a space after it is enough.
 *     ```
       .ssbp--theme-1 .ssbp-btn:hover span:not(.color-icon) svg {
           display: block !important;
       }
   
       .ssbp-list li a:hover svg, .ssbp-list li a:hover svg path {
           fill: #92ca00 !important;
       }
       ```
   
 * Let me know if this solves the issue!
 * Best,
    The ShareThis Technical Support team.

Viewing 1 replies (of 1 total)

The topic ‘CSS broken’ is closed to new replies.

 * ![](https://ps.w.org/simple-share-buttons-adder/assets/icon-256x256.png?rev=2661516)
 * [Simple Share Buttons Adder](https://wordpress.org/plugins/simple-share-buttons-adder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-share-buttons-adder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-share-buttons-adder/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-share-buttons-adder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ShareThis](https://wordpress.org/support/users/sharethis/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/css-broken-9/#post-16232354)
 * Status: resolved