Search box difficult to read in Twenty Eleven theme

  • Unknown's avatar

    How do I change the font color of the search box in Twenty Eleven theme? The color of the font is the same as the background so I can’t read it.

    I have the css upgrade, but I am lost when it comes so css so I don’t know where to begin to fix this issue. Any suggestions, please? I would like to change the color of the font from white to black if possible, but changing the background color of the search box to a darker color would work too.

    Here’s the link to my blog: http://kookiekrysp.com/

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I just checked http://kookiekrysp.com/ and I see that you fixed this problem by adding the following custom CSS:

    #branding .only-search #s:focus {
    	background-color: rgba(217, 83, 186, 0.9);
    }

    Looks great!

  • Unknown's avatar

    Yep! I found another forum where someone gave the code to fix the issue. Thank you! :)

  • The topic ‘Search box difficult to read in Twenty Eleven theme’ is closed to new replies.