Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449701

    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

    #449809

    Hey radugidei!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .woocommerce aside.sidebar {
    display:none !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.