Hello! I’m trying to change the background color of the mailchimp email entry area to transparent with quick css, however I cannot seem to find the right class and ID to properly identify the component. Could I please get some assistance with this? Thank you so much.
Hi peanuttario!
Use the following selector
#top .main_color input[type=”text”] { }
and it will work for you.
Let us know if you need anything else
Regards,
Basilis
Worked perfectly. Thank you very much!