• quick5pnt0

    (@quick5pnt0)


    Hello
    This is my first post here. I’ve been spending the last few days trying to get my wordpress sorted out. Here is my dilema. On the sidebar of my page i have the search box which has a white background. Well when you type something into the search box the text is white so you dont see it. I know the text is there because if you highlight it you can see the text there and the search works. Anyone know how to change the text to black?
    I’ve looked through the documentation here for the answer. On one page it says the CSS that controls that is #search, #searchform, and #searchform input. I’ve tried adding those to my style sheet with a color:#000000; tag in each but none of that worked.
    Anyone?
    The url is https://www.autoheadline.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • estjohn

    (@estjohn)

    it might be under style.css
    mine is
    input, textarea, select {
    border: solid 1px #999999;
    color: #000000;
    background: #eeeeee;
    }

    Thread Starter quick5pnt0

    (@quick5pnt0)

    Thanks! I looked through that stylesheet over and over but never saw what i needed. I did a seach through my stylesheet for “input” and found this which was what i needed to change. #menu input#s
    Such a simple thing can drive you up the walls…LOL
    Thanks again
    Mike

    estjohn

    (@estjohn)

    youre welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search box text is white?’ is closed to new replies.