Change colour of text in parallax widget

Hi,

Does anyone knows how you can change the colour of the text in the widgets? I have put an attachment so you can see which text a mean.

Thanks a lot

Hi @dekker01,

Use this css code and replace the value color with your own values:

image-bg h3, .image-bg h1 {
    color: #a73030;
}

Thanks,

Cristian