Shopify themes, liquid, logos, and UX
So me and my friend have almost everything ready with the website except one small issue, the sort by button colour is not like we want it to be. To fix it we need to change the colour option for the Text column but it changes all of them. Is there any way we can change the colours of one instead of all of them? Picture down below
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, try this one.
.facet-filters__field .select__select, .mobile-facets__sort .select__select {
background: black;
}
.mobile-facets__open-label.button-label {
color: white;
}
I'm not sure if it was intended, but I also added color to the missing text on mobile.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @CarEQ
Please, share your store URL. Thanks!
This is an accepted solution.
Thanks for the info, try this one.
.facet-filters__field .select__select, .mobile-facets__sort .select__select {
background: black;
}
.mobile-facets__open-label.button-label {
color: white;
}
I'm not sure if it was intended, but I also added color to the missing text on mobile.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Welcome! Would you mind hitting 'like' as well? Thanks!
Hi @CarEQ
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
form#FacetFiltersForm select#SortBy option {
background: black !important;
color: white !important;
}
Here is the result:
Let me know if it works!
Best,
Daisy
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024