Home › Forums › WoodMart support forum › filter question › Reply To: filter question
November 16, 2021 at 12:20 am
#332106
Elise Noromit
Member
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