Hi there , i have a little question ..
how to change the color of the filter "sort by " ?
it doesn’t look good , the surrounding is white .. how to change the setting of it ?
Topic summary
A user asked how to change the color of the “sort by” filter dropdown, which appeared with poor contrast against a white background.
Solution provided:
- Navigate to Online Store → Edit Code → theme.liquid file
- Insert custom CSS code above the
</body>tag - The code modifies the styling of the sort filter element
Outcome:
The solution was successfully implemented and resolved the visual contrast issue. The user confirmed it worked with a follow-up screenshot showing the improved appearance.
Note: The actual CSS code snippet was referenced but not visible in the conversation text.
Hey @Jackypotato
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 solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Jackypotato
Welcome to the Shopify Community! Kindly share your store URL and password (if it is password-protected), so that I can review it and provide you with an accurate solution.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.


