How can i change the transparency of the search results on (Refresh Theme)

Hello,

I’m looking for help on changing the transparency of the search results on the refresh theme. It is completely see-through so you can read any of the results. This happens on Web and mobile.

www.circlemobile.mobi

Can anyone help?

Thanks

Hi @CircleMobile ,

Add this in base.css

div#predictive-search-results {
    background: white;
}

@CircleMobile add below css into base.css file

.predictive-search__results-groups-wrapper {
    background-color: white !important;

}

Thankyou!! that has fixed it, now we are presented with a different issue. Trustpilot logo pops through above the search. Any way to fix that or do we have to move it?

Hi can you help me solve something too?

on my search bar, if I type something not suggested I get an error on the page and also doesn’t show the search result bar an also the content on the page is not center, the search results bar its like transparent :disappointed_face:

I tried with a bunch of different codes from this page but none of those worked.

thanks in advance!