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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024