If you look on a blog page like this one https://followtheboat.com/busting-4m-waves-and-tropical-island-hopping-in-the-java-sea/ you can see a mailchimp sign-up form in both the sidebar and the footer. I have styled the form to have white text for the footer using:
#mc_embed_signup_scroll > div:nth-child(1) > label, #mc_embed_signup_scroll > div:nth-child(2) > label {color:#fff;}
… but of course this affects the styling in the sidebar too. How do I differentiate between the two so the one in the sidebar has black text?
Thanks!

