some text is stuck on red color, can't seem to find where to edit it.

As per the title, some text in my store is stuck on red.. I have been looking for a solution but can’t find one.
see the link provided of my store

https://dejores.com/products/automatic-car-mount-wireless-charger-qi-fast-charging-stand-car-phone-holder-for-iphone-11-pro-xs-max-xr-samsung-s10-s9-note-10

EDIT: I use the publisher theme

Hi @Stikkles ,

Try this.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

And Save.

body.gradient {
    color: #9EC2CC;
}

Result:

I hope it help.

Thank you very much! :grin:

Welcome happy to help. :blush: