Re: Dawn 'Sort By' drop down bug - not aligning to Scheme

Solved

Dawn 'Sort By' drop down bug - not aligning to Scheme

truelav97520
Visitor
3 0 0

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? Sort by broken.jpgCorrect styling of drop down.jpg An older solution found here did not resolve it.  

Accepted Solution (1)

AnneLuo
Shopify Partner
967 181 206

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:

AnneLuo_0-1720407682961.png

 


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 5 (5)

AnneLuo
Shopify Partner
967 181 206

Hi, @truelav97520 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

truelav97520
Visitor
3 0 0

Truelavendercollective.com

PW TLCpreview

AnneLuo
Shopify Partner
967 181 206

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:

AnneLuo_0-1720407682961.png

 


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

truelav97520
Visitor
3 0 0

Thank you so much - this worked!  

AnneLuo
Shopify Partner
967 181 206

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.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee