How can I alter the color of a phrase in code?

Hi all, how do I change the color of this phrase to red in the code?

Line 280.

Hi @Egor007

First find the class associated with the line on frontend like below (Screenshot is only for representation how to find the class)

‘s-item__title’ is the class to add in below format.

Kindly paste the below CSS in theme.liquid under Layout just after


I don’t quite get it.
The class turns out to be

Free shipping

But in the Shopify code in the section templite find only product.liquid

What am I doing wrong?

Hi @Egor007

As I mentioned find theme.liquid under Layout. In theme.liquid, find and paste below CSS.


Ah ok, figured it out, thank you very much!
Happy New Year.