Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Font color is white in IE9 and it should be black

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #189484
    klaw718
    Participant

    hey guys,

    I’m only having this problem in IE. In my search bar at the top, the text is white instead of black, which makes it very hard to see. Same goes for my email subscription widget in the sidebar. All the text is white in the input boxes and it should be black. It displays correctly in all other browsers and I don’t know where in the code it’s picking up white instead of black in only internet explorer. Could anyone point me in the right direction?

    Thanks again

    website: http://www.thepeacetribe.com

    #189485
    Jozsef K.
    Participant

    Your input color is overwritten by bootstrap style that states color:inherit . You could make your selectors more specific, for instance body input {color:#000}

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.