Why does my search bar display an empty background on mobile and desk?

Hi guys, I have some issues with my search bar both Mobile and Desk, when i search for something the page background looks empty, please view the attached file to see what i mean. I use Expanse theme. Thanks!

Hi,

Can you please attach url store here that to easy for check?

I have a question, when you enter key word to box search then click to button search the search page is empty?

https://hyggehusmobler.se

Hi @Eze_Paul Thanks for providing the URL, Please change the code in your theme.css file in your theme.

.predictive__screen{
background: var(--colorModalBg);
}

Change this to

.predictive__screen{
background: #e0e0e000;
}

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css in the code in left hand side.
  6. Now search the code that I have mentioned above and replace it with the code that I have provided.

Result:

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Thank you!, it works fine.