I’ve spent a lot of time trying to track down CSS selectors for WP Grid Builder elements such as facets. This article will contain some useful CSS selectors for you to hopefully help save you some headache.
/* Dropdown Facets styling for dropdown - useful when working with dark backgrounds */
wpgb-select-dropdown ul li {
color: var(--body);
}
.wpgb-select-dropdown ul li.wpgb-focused {
background-color: #0067FF;
}