Home>Support>Removing Sidebar from Product Page in North Theme

Removing Sidebar from Product Page in North Theme

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More