Title: Change background while product loads
Last modified: August 21, 2020

---

# Change background while product loads

 *  [niikk](https://wordpress.org/support/users/niikk/)
 * (@niikk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/change-background-while-product-loads/)
 * Hi There,
 * How can we adjust the background color from the Loading state?
 * Currently our site has not a 100% white background. And now if a customer choose
   a filter the backgroud from the Loading section is white. How can we adjust this
   background? 🙂
 * Cheers & Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [RazyRx](https://wordpress.org/support/users/razyrx/)
 * (@razyrx)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-background-while-product-loads/#post-13310372)
 * Hello,
 * You can use custom CSS to change loading color.
    For example you can use this
   CSS to make background black
 *     ```
       div.bapf_loader_page {
           background-color: rgba(0,0,0, 0.5);
       }
       ```
   
 * Regards,
    Oleg

Viewing 1 replies (of 1 total)

The topic ‘Change background while product loads’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-ajax-filters/assets/icon-256x256.gif?rev=2770304)
 * [Advanced AJAX Product Filters](https://wordpress.org/plugins/woocommerce-ajax-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-ajax-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-ajax-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-ajax-filters/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [RazyRx](https://wordpress.org/support/users/razyrx/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/change-background-while-product-loads/#post-13310372)
 * Status: not resolved