This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Removing Sidebar from Product Page in North Theme

9 years ago · Last reply by Alex S 9 years ago

I am using the North theme from Site Origin. I installed Woocommerce and set up my online store. The “Store” page is working fine but the individual product pages display the sidebar. I cannot figure out how to set the page style for the “product” page. Here is a link to the page I am having trouble with:

https://lauriecallison.com/shop/first-test-product-copy/

I tried using the CSS plugin to remove the sidebar but it also removed it from my blog page, where I want it to appear.

Thank you for any help you can provide.

Laurie Callison
[email protected]
lauriecallison.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 6 months ago

    Hi Laurie,

    You can change this with some custom CSS. If you navigate to WP AdminAppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .single-product #secondary {
    	display: none;
    }
    .single-product #primary {
    	width: 100%;
    }

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread