I cant change text color on my product page

I am unable to change some of the text on my product page such as the “filter” and “availability” options. The codes that work for other people haven’t fixed it and was wondering if anyone knows what works, thanks!

Hi @jack717 , can you share store url?

Hi @jack717
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @jack717

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

HI @jack717

Could you please share you store URL so I can check it for you

Best,

Daisy

Hey! This worked on the “filter” section, but not on the “sort by”. Do you know what else I can try?

Thanks!

Yes! It’s memoridesigns.com

Hi @jack717
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for “theme.liquid” file
3/ Open the file and search for tag and add the following code above tag
Here is the code for Step 3:

{% style %}
h2.facet-filters__label label,
h2.product-count__text span,
.facet-filters__field .select,
.select select.facet-filters__sort{
    color: #fff !important;
}
{% endstyle %}

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes:

Hi @jack717

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

span#ProductCountDesktop,
h2.facet-filters__label.caption-large.text-body,
select#SortBy,
.facet-filters.sorting.caption {
    color: #fff !important;
}

Result

Best,

Liz

This worked for the web version, but not mobile. Would you know how to fix that?

Thanks again!

Hi @jack717

I see that you’ve already solved your problem—great job! Keep up the good work with your business, and if you ever need any help, just ping us here. We’re always happy to assist you!

Best,
Daisy