Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #300252
    daftcyborg
    Participant

    Hi,

    I need to remove the sidebar from Woocommerce product pages and anything part of the checkout flow as part of my installation of the Simple Catch theme.  The only place I want the side bar (which contains a sampling of blog posts and archives) is on the Home Page.  So far the simplest thing I did was add some CSS but it doesn’t work, here is the code I added:

    .woocommerce-page #content .single_wrap {
    float: none;
    width: 100%;
    }

    .woocommerce-page #sidebar {
    display: none;
    }

    Any ideas what I should do to remove the sidebar from the Woocommerce product page? Any help appreciated.

    By the way, we really like this theme and are likely to purchase it if we can get it to work with Woocommerce.

    All the best,

    Dan

    #300289
    Skandha
    Participant

    @daftcyborg: Hello Dan,

    Can you please post your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to remove sidebar on Woocommerce product pages?’ is closed to new replies.