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
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.