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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025