WP Grid Builder CSS Selectors

Snippets

January 1, 1970

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;
}

Join the Inside Link Community

Get access to all courses, weekly office hours, live build sessions, and an active community of WordPress professionals.

Learn More →