[ad_1]
[ad_2]
I've got a simple problem that I cannot seem to figure out how to fix.
I have a custom html block from Brevo at the bottom of my home page that asks readers to subscribe.
Unfortunately, the text box is white, and so is my default text color. This makes it confusing for anyone trying to subscribe as they can't see what they're typing. Any idea on how to change the text to black for this specific block?
Thank you.
Here is my site so you can see.

That form is not in an iframe, which means normal CSS should work on it. Something like
.sib-input input { color:black; }
If you do not know how to add custom CSS to your theme you can try this:
https://www.youtube.com/watch?v=vK7vdiNU6GA