Shopify themes, liquid, logos, and UX
I'm working in Dawn 14.0, and have changed the color scheme across my site but noticing on the Collection pages that the 'Sort by' drop down is not aligning to the established scheme coloring. The coloring should have a background of #121212 with text #FFFFFF. Can someone help me solve this? An older solution found here did not resolve it.
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
select#SortBy {
background-color: #121212;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hi, @truelav97520
Please share the store URL so that I can assist you.
Truelavendercollective.com
PW TLCpreview
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
select#SortBy {
background-color: #121212;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thank you so much - this worked!
You are welcome. 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.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025