Home Forums WoodMart support forum search products Reply To: search products

#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,