Title: Woocommerce css interfering
Last modified: June 10, 2019

---

# Woocommerce css interfering

 *  Resolved [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [7 years ago](https://wordpress.org/support/topic/woocommerce-css-interfering/)
 * Hello, the display of the buttons is ugly in WooCommerce because WC style is 
   mixing with SSS style. How so fix this ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwoocommerce-css-interfering%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Robin Cornett](https://wordpress.org/support/users/littlerchicken/)
 * (@littlerchicken)
 * [7 years ago](https://wordpress.org/support/topic/woocommerce-css-interfering/#post-11623622)
 * Woo has pretty opinionated CSS, and Scriptless intentionally does not. I believe
   you can fix it fairly easily by adding this CSS to your stylesheet, or the additional
   CSS panel in the Customizer:
 *     ```
       .scriptlesssocialsharing a.button {
       	color: white !important;
       	display: flex !important;
       	padding: 5px !important;
       	border: 1px solid;
       }
       ```
   
 * I’m not generally a fan of using !important in CSS, but this seems to be the 
   most straightforward option in your situation–if you want to avoid the !important,
   you will just need to make your new rule more specific than the WC rules which
   are currently taking over. Hope that helps you get started–
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [7 years ago](https://wordpress.org/support/topic/woocommerce-css-interfering/#post-11623771)
 * That solved the problem. Thanks a lot.

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

The topic ‘Woocommerce css interfering’ is closed to new replies.

 * ![](https://ps.w.org/scriptless-social-sharing/assets/icon-256x256.jpg?rev=1361689)
 * [Scriptless Social Sharing](https://wordpress.org/plugins/scriptless-social-sharing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scriptless-social-sharing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scriptless-social-sharing/)
 * [Active Topics](https://wordpress.org/support/plugin/scriptless-social-sharing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scriptless-social-sharing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scriptless-social-sharing/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Li-An](https://wordpress.org/support/users/li-an/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/woocommerce-css-interfering/#post-11623771)
 * Status: resolved