Tagged: sidebar, woocommerce
Hi,
I’ve set the Enfold child theme settings to not display a sidebar anywhere, but the WooCommerce pages (shop, category, subcategories) always display the right sidebar.
I’d like to completely disable the sidebar on all WooCommerce pages.
I see there’s a lot of references to it in the /config-woocommerce/ folder, is there a way to non-destructively remove the sidebar using the child theme ?
Thanks guys,
R
Hey radugidei!
Please try the following in Quick CSS under Enfold–>General Styling:
.woocommerce aside.sidebar {
display:none !important;
}
Best regards,
Rikard