Home › Forums › WoodMart support forum › search products › Reply To: search products
September 27, 2023 at 5:21 am
#499496
Hung Pham
Keymaster
Hi karine,
In order to do that, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.shop-content-area .body-filters-opened .filters-area,
.shop-content-area .filters-area.always-open {
z-index: 99;
}
Regards,