I have woocommerce products with a price table in the short product description. However, when I call a category shortcode in columns, the table just doesn’t fit so I want to remove it. I wrapped my shortcode in a div class of class=”shortcodecss” and added the css below. However it removes the tables from the whole site. How can I remove the table just from the css class around the shortcode?
http://printmorespendless.com/allcal/product/tze-se4/ has the shortcode and css class applied below the product info and tabs.
.shortcodecss .table, th, td {
display:none;
}