Hello,
Can you tell me how can I ad right sidebare on Woocommerce category?
http://crbawholesalers.com/product-category/mens-clothing/footwear/
I have put widget but I dont now how can I edit page?
Tnx
Hi Zaccc!
In the theme options go to Sidebar Layout and change the “Sidebar on Archive Pages” option to one with a sidebar. The category is a WordPress archive template and so it inherits that option.
Cheers!
Devin
Hi Devin,
Thank you for fast response. Can you tell me how can I hide sidebar on some categories that I dont want to see sidebar like on this one.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .widget_shopping_cart .button { float: left; }
.term-mens-clothing .sidebar { display: none!important; }
.term-mens-clothing .content { border: none; width: 100%!important; }
Regards,
Yigit