Home Forums WoodMart support forum filter question Reply To: filter question

#332106

Hello,

Do you want to leave the sidebar in the shop page and remove it from all the category pages?

If so, you will need to add this code to the Theme Settings > Custom CSS > Global:

body.tax-product_cat .sidebar-container{
display:none;
}
body.tax-product_cat .shop-content-area.col-lg-9{
	flex: 0 0 100%;
    max-width: 100%;
}

If you mean something different, please clarify.

Best Regards