Home Forums WoodMart support forum filter question

filter question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #332073

    Oleg_A_K
    Participant

    How to remove the filter from the main page of the store only?
    I remove it from the main page of the store, but it disappears everywhere.

    How is it done here:
    https://woodmart.xtemos.com/shop/?opt=only_categories

    Attachments:
    You must be logged in to view attached files.
    #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

    #332116

    Oleg_A_K
    Participant

    Delete only on the main page of the store.

    How is it here:
    https://woodmart.xtemos.com/shop/?opt=only_categories

    #332196

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #332318

    Oleg_A_K
    Participant

    Thanks. My dear friends. It helped.

    #332402

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘filter question’ is closed to new replies.