I want to change the product category menu style on the Woocommerce widgets but I can't find where to make the change. So far I've only found this. Where are the appropriate HTML tags?
<aside class="span4">
<div class="aside-wrap">
<?php dynamic_sidebar('Woocommerce Sidebar'); ?>
</div>
</aside>