how can I disable the sidebar in shop pages?
Hi Jens!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce .sidebar { display: none !important; }
.woocommerce .content { width: 100% !important; border: none !important; }
Regards,
Yigit