Title: Problem after latest update
Last modified: June 18, 2022

---

# Problem after latest update

 *  Resolved [winner singh](https://wordpress.org/support/users/winner-singh/)
 * (@winner-singh)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/)
 * HI, on the previous version I hide the top order list, via customer CSS, but 
   now after a new update, custom CSS is not working for this. Please look at the
   screenshot: [https://ibb.co/ph4XGLb](https://ibb.co/ph4XGLb)
    even still the 
   custom code CSS is an exit in the website but still, after updating the plugin
   this head section [https://ibb.co/ph4XGLb](https://ibb.co/ph4XGLb) is not hiding
   up.
 * when I inspect the code and edit it on the browser it is working but when I save
   that code in the website admin the code is not working. I added a display: none,
   at the bottom.
    my question is how to hide this header section and still when
   user add the product in the cart still cart load time to add.
 *     ```
       .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
           display: inline-block;
           position: relative;
           border: 1px solid #ddd;
           padding: 1px;
           border-radius: 6px;
           margin: 2px;
           min-height: auto;
           display: none;
   
       }
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-after-latest-update-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Hannan](https://wordpress.org/support/users/phpcoderhannan/)
 * (@phpcoderhannan)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/#post-15749550)
 * Hello,
 * You added the wrong Custom CSS to your site. that’s why it is not working. By
   the way,
 * here I am giving you the right custom CSS and it will work on your site. please
   add this custom CSS on your theme customizer:
 * .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content
   li.woocommerce-mini-cart-item.mini_cart_item {
    display:none !important; }
 * After adding this custom CSS your mini-cart item will not display. see this -(
   [https://prnt.sc/bYNjs4rvrLar](https://prnt.sc/bYNjs4rvrLar) ).
 * Regards,
    Hannan
 *  Thread Starter [winner singh](https://wordpress.org/support/users/winner-singh/)
 * (@winner-singh)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/#post-15750867)
 * [@hannan](https://wordpress.org/support/users/hannan/)
    I have added the code
   but still not working, see when you inspect the code and edit, it will work but
   when implement it does not work. Here is the screen shot: [https://ibb.co/2KRmy2Y](https://ibb.co/2KRmy2Y)
 *  [Hannan](https://wordpress.org/support/users/phpcoderhannan/)
 * (@phpcoderhannan)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/#post-15751056)
 * Hello winner singh,
 * I have seen your screenshots and see that As per your screenshot you are doing
   a mistake when you are going to add my given custom CSS. So please add the below
   code carefully on your theme customizer Additional CSS block.
 * .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content
   li.woocommerce-mini-cart-item.mini_cart_item {
    display:none !important; }
 * After adding those custom CSS if still have a problem then let us know. Also,
   you can create a ticket at: [https://codeastrology.com/support/](https://codeastrology.com/support/)
 * Regards,
    Hannan
 *  Thread Starter [winner singh](https://wordpress.org/support/users/winner-singh/)
 * (@winner-singh)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/#post-15753949)
 * Yes, now it is working, thank you for your help.
 *  [Hannan](https://wordpress.org/support/users/phpcoderhannan/)
 * (@phpcoderhannan)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/#post-15755062)
 * You are welcome

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

The topic ‘Problem after latest update’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Hannan](https://wordpress.org/support/users/phpcoderhannan/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/problem-after-latest-update-7/#post-15755062)
 * Status: resolved