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:
Go to Online Store
Edit Code
Find theme.liquid file
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>