Reply 210424 to: Changing up the footer

Avatar: Rose Tyler
Rose Tyler
Support staff
March 5, 2019 at 09:08

You’re welcome!
You can hide Filters area from the Shop page by custom CSS code. Add this code in Theme Options > Custom CSS > Global custom CSS or in style.css of your child theme:

.post-type-archive-product .shop-filters-area,
.post-type-archive-product .open-filters-btn {
    display:  none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.