Hi @DakotaJ138
Would you mind to share your store URL website? with password if its protected. Thanks!
Issue: The collection filter/sort dropdown inherits site-wide colors, making white text on a dark background invisible in the dropdown on a Shopify Dawn 10.0 theme.
Context: The dropdown uses Shopify’s facet filters (filter/sort UI). Key elements include the CSS class facet-filters__sort and the select element with id SortBy.
Solutions shared:
Follow-up case: A second store sought a white background with black text; prior solutions didn’t work. A suggested snippet targeted div#Facet-1-template–…__product-grid * { color: #fff; }, which forces white text and may not align with the request for black text. Outcome for this case is unclear.
Notes:
Hi @DakotaJ138
Would you mind to share your store URL website? with password if its protected. Thanks!