Shopify themes, liquid, logos, and UX
My Store URL: DanLo
Hello Can anyone help me in changing the background color and text color of sort & filter slider on mobile and on desktop as well?
Solved! Go to the solution
This is an accepted solution.
<style>
#shopify-section-template--18289616552182__main #FacetFiltersFormMobile div {
background: #030f2d !important;
}
#shopify-section-template--18289616552182__main #FacetFiltersFormMobile select#SortBy-mobile {
color: #fff !important;
}
#SortBy {
background-color: #060b30;
color: #fff !important;
}
</style>
result :
@Dan1213 what color do you need can you share your color code please 🙂
Background color as #060B30 and Text Color as #FFFFFF
@Dan1213 its already have
@Dan1213Hi, Please go to
.mobile-facets__sort .select__select {
background-color: #030f2d;
}
Can You Please search any random thing on my store like xzz123 and not a proper product. Then hit search. You will be redirected to a search page. There check the sort and filter page. it doesn't work there. I need help with that
Hello @Dan1213
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
div.predictive-search__search-for-button {
background: #060b30 !important;
border-color: #060B30 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
here is nothing
This is an accepted solution.
<style>
#shopify-section-template--18289616552182__main #FacetFiltersFormMobile div {
background: #030f2d !important;
}
#shopify-section-template--18289616552182__main #FacetFiltersFormMobile select#SortBy-mobile {
color: #fff !important;
}
#SortBy {
background-color: #060b30;
color: #fff !important;
}
</style>
result :
Thank You
Need One more help as if you go to the same site and try to search something. it is shown in white color only. I want text to be white but the background in #060b30
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