Change either text colour or background colour of the 'search for' button on search prediction popup

Hi, can anyone help me with changing either the text colour or background colour of a button/link at the end of a search prediction popup, please? The one that says “Search for…” when you start typing some text in the search box (please refer to the attached picture). At the moment the background colour is white and the text is off white so the text “Search for..” is hardly visible. Also can I change this without it affecting other pages, please?

Could you share your store URL?

https://rubysambition.myshopify.com/

pw: doodee

Thanks!

Please add this CSS code below at the bottom of your base.css file in store admin > Sale channels > Online store > Themes > Edit code > Assets > base.css

.predictive-search__item--term, .predictive-search__item--term:hover {
color: #333 !important
}
1 Like

It works! Thanks so much :slightly_smiling_face:

1 Like