Remove top and Side bar

So I have added Woocommerce to Xtheme but I need to remove this

I set up demo content previous to adding Woocommerce and it never had this, no idea if that is the correct way of doing things but it has got me to where I am and now with a minimal theme.

Hi there,

Please go to X > Theme Options > Woocommerce then set the Shop Layout to Fullwidth.

Then add this code in the Global CSS:

.post-type-archive-product .x-header-landmark {
    display: none;
}

Here are some reference links related to the suggestions above:

Hope this helps.

Thank you very much

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.