/** hide repeats of elements you don't want to show when using facet's load more **/
.woocommerce-ordering:not(:first-of-type),
.woocommerce-result-count:not(:first-of-type) {
display: none;
}
Code snippets for FacetWP
/** hide repeats of elements you don't want to show when using facet's load more **/
.woocommerce-ordering:not(:first-of-type),
.woocommerce-result-count:not(:first-of-type) {
display: none;
}