Hi,
I’m hoping someone can take a quick look at this issue I am having with a small snippet of custom CSS. So, in the footer area I have a newsletter signup, and the input text is a dark grey on a black background. It is very difficult to see, so I added this in the quick CSS:
#top .footer_color input[type='text'],input[type='email'] {border-color: #444444; background-color: #333333; color: #aaaaaa;}
You can see what I mean here on the bottom of the home page: http://www.mosfoundation.org.
The CSS code is not changing it, I’m pretty sure it’s the CSS I added, but who knows.
Thanks for your help!
Dave
I have resolved this, I had to put it in the child themes style.css file.