I want to change the price of an item to red

I want to change the price of an item to red.
What should I do?

CSS… research the Code BOOK… or this community chat

I’m looking good. I’d appreciate it if you could show me an example. And do you put code in the Data Editor template?

Once you find or write the CSS you need, you can use a rich text component to display it.

I am using it well. I don’t know what that CSS code is.

<pre><style> .card-subtitle {color:red!important}

1 Like

Thanks I corrected it. thank you
I entered the code as instructed in the Rich Text Component and applied it, and the change was made.


[data-test="card-item"] .card-subtitle {
color: red !important;
}
3 Likes