How can I make the background of the search results and the popup cart in Shopify’s Dawn theme white, and the text black?
Hi, can you share store URL?
Hi Lee777
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
h2#predictive-search-products {
color: #000 !important;
}
p.predictive-search__item-heading.h5 {
color: #000 !important;
}
.predictive-search.predictive-search--header {
background: #fff !important;
}
Result:
Best,
Liz
Thank you, the search bar is now good, do you also have a solution for the pop up shopping cart?

