Change Background Color & Text Color on Search Result Page

Hello. My Search Results Page does not follow the same color scheme as the rest of webpage. I need the page to have a black background and white text color. I’ve tried following solutions from other threads but have been unsuccessful.

Website = www.eyehuntlegends.com

Thank you!

Hey @eyehuntlegends

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

That worked! Thank you very much!!

It does not work for me

<style>
.template-search.section-template--23115020468537__main-padding {
    background: #121212 !important;
}
.template-search.section-template--23115020468537__main-padding * {
    color: white !important;
}
</style>