Title: Background problem
Last modified: October 6, 2023

---

# Background problem

 *  Resolved [gmoney9](https://wordpress.org/support/users/gmoney9/)
 * (@gmoney9)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/background-problem-10/)
 * Hi guys, I’m having an issue with the background conflicting with another plugin
   called Product Sales Count for WooCommerce.
 * Anything I can do to fix it?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbackground-problem-10%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [CloudRedux](https://wordpress.org/support/users/cloudredux/)
 * (@cloudredux)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/background-problem-10/#post-17165955)
 * Hi [gmoney9](https://wordpress.org/support/users/gmoney9/),
   It sounds like you’re
   experiencing a conflict between your website’s background and the “Product Sales
   Count for WooCommerce” plugin. This kind of issue can sometimes arise when there
   are conflicting CSS styles. Not to worry, there is a solution to address this
   problem.
 * The issue you’re facing is primarily due to CSS conflicts with the “Product Sales
   Count for WooCommerce” plugin. To resolve this, you can follow these steps:
   **
   Add Custom CSS Code**: You can add custom CSS code that will help fix the issue.
   We’ve tested this solution on a staging environment, and it should work well.
   Please add the following code to your website:
 *     ```wp-block-code
       .psc-sales-count-notice::after {
           content: "";
           display: block;
           clear: both;
       }
       ```
   
 * **Where to Add the Code**: You can add this custom code to your WordPress theme’s
   style.css file, preferably within a child theme. This ensures that your changes
   won’t be overwritten when your theme is updated. If you’re not using a child 
   theme, you can use a plugin like “[WP Designer](https://wordpress.org/plugins/wp-designer/)”
   or “[Code Snippets](https://wordpress.org/plugins/code-snippets/)” to add the
   custom CSS.
   **Need Help Adding Custom CSS?**: If you’re not sure how to add custom
   CSS to your website, you can check out this helpful article, which provides a
   step-by-step guide on how to add custom CSS to your WordPress site: [How to Easily Add Custom CSS to Your WordPress Site](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/).
   By following these steps, you should be able to resolve the conflict between 
   your background and the “Product Sales Count for WooCommerce” plugin. If you 
   encounter any further issues or have additional questions, feel free to ask for
   assistance.I hope this helps you get your website back on track. Let me know 
   if you have any other questions or concerns!
 *  Plugin Author [CloudRedux](https://wordpress.org/support/users/cloudredux/)
 * (@cloudredux)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/background-problem-10/#post-17426910)
 * Closing the topic due to inactivity.

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

The topic ‘Background problem’ is closed to new replies.

 * ![](https://ps.w.org/product-notices-for-woocommerce/assets/icon-256x256.png?
   rev=2847417)
 * [Product Notices for WooCommerce](https://wordpress.org/plugins/product-notices-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-notices-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-notices-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-notices-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-notices-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-notices-for-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [CloudRedux](https://wordpress.org/support/users/cloudredux/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/background-problem-10/#post-17426910)
 * Status: resolved