Trying to change the font color of a label

Hey all for whatever reason I cannot seem to change the font color of my labels in a form. I have tried using both class and ID selectors with no luck. Really stumped because on a clean page it works, but when I add it to my existing page it wont work. Guessing I have something messed up deeper in the page that I cannot seem to find.

Any nudges in the right direction would be greatly appreciated.

Code Pen of working page.

You didn’t close the media query. It will obviously also only be white at 800 and below then.

1 Like

SMACK MY HEAD ON DESK! Sigh, I knew it was something stupid lol. Thank you!!! I hate to tell ya how many hours I have spent looking at this crazy thing.

No problem, happy coding.