Home Forums Theme support Comment category meta to delate in cart woocommerce Reply To: Comment category meta to delate in cart woocommerce

Hi,

you can try to add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

.single-product #sidebar {
  display:none;
}