Input Text on Tagdiv Newsletter Widget white on white

Posted in: Newspaper
Post count: 189

I have switched from a black tagdiv theme to a white tagdiv theme and the input form for tagdiv’s newsletter signup using a Mailchimp form is coming out white on white.

Post count: 21065

Hello!

Edit it with the TagDiv Composer and change the text color.

Thank you!

Post count: 189

I did edit the form using Tagdiv composer. I changed the input text to black but it is not resulting in the font color changing. I asked a Mailchimp forum and they said that the problem was coming from Tagdiv composer. I started with a black theme and changed to white, which i think is what is causing the problem.

Post count: 189
Post count: 27744

Hello,

You need to use a custom code css -> https://i.imgur.com/UN8uKEs.png
.td-black h2
{
color: black;
}

.td-black input[type="text"] {
color: red;
}

Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.