Dear sir / madam,
At the moment i have the following problem with Mailchimp on the following url:
Graffiti Wall Art Addicts Home The letters in fill in box are black on black on desktop website.
However the on the mobile version i get white letters (so that’s good).
I want to change this for all pages. Could you help me fix this?
LIke to hear,
Kr,
GWAA
Hey Bpieterse,
This CSS is causing that to happen:
#top .main_color input[type='text'] {
color: #000!important;
}
I can’t see where it’s coming from though since your CSS is minified/cached. If you know where it’s located then please try to remove the !important part of the code.
Best regards,
Rikard
Thanks this works! :) super happy