White text in E-mail forms again

Hello, I tried your recommendations here: White text in Email Forms

But the suggested solutions are not working. I’m attaching a secure not with my login details, in case you want to have a look. I appreciate the help.

Hello @HannaHa,

Thanks for writing in! The recommendation will not work for you because you are using the raw content element.

Please remove the raw content element and replace it with a text element instead.

Kindly let us know how it goes.

The text is white even when I put the code for the form in the text element. So it’s not working :confused:

Hi @HannaHa,

It seems that the Label color is set through a predefined style, I would suggest you add the following custom CSS code into the Theme Options > CSS to override that.

.tco-subscribe-form-290 label
{
    color:#0000ff !important;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Thank you, I’ll try that :slight_smile:

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.