How can I change text color to black using CSS?

i want to change the color of a text to black now it is white does somebody have a code to change it thank you

1 Like

Hi @Distinctz

Would you mind to share the preview of the problem? Thanks!

1 Like

what do you mean?

On your post you like to change the text right? The text you like to change the color I cant see it on your live theme.

yes the problem is on a store that is still in draft

Hi,

Can you share the preview so we will be able to give you the solution for this

1 Like

i have it now published as my main theme

can you share your URL please

distinctz.com

Go to online store and customize, in the section where you have the banners at the bottom right side go to custom css and add the following code:

h2 {color: black !important;} and save.