简体   繁体   中英

How to change the product category menu in Woocommerce?

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>

检查您的functions.php或widgets_init文件,将使用widgets_init钩子使用register_sidebar注册Woocommerce Sidebar

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM