Woo commerce not supporting css
This is mostly happened while updating old version or installing new version directly .This is mainly because of new versions have a wrapper missing .This missing cause to prevent all other sub classes .so you want to do following our intention is to wrap <?php woocommerce_content(); ?> in a <div class="woocommerce"></div> Here is the solution for Woo commerce not supporting for product page and single.php but cart ,checkout and all others are working fine what to do ?