.fs-label-wrap {
display: none; /* hide the dropdown */
}
.fs-dropdown {
position: initial; /* undo position: absolute */
}
.fs-dropdown.hidden {
display: block; /* keep the options visible */
}
Code snippets for FacetWP
.fs-label-wrap {
display: none; /* hide the dropdown */
}
.fs-dropdown {
position: initial; /* undo position: absolute */
}
.fs-dropdown.hidden {
display: block; /* keep the options visible */
}