Change color in box background for search widget

Support Area Forums Progress Change color in box background for search widget

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.broken-promises.org
  • Author
    Posts
  • #17523
    HDTV-Entertainment
    Participant

    Cant seem to find CSS or place to change color in the search box’s background. Don’t want to change all widgets, just that of the Search Site Box. The field to type in the term to search for is hard to see when it is white against white.
    Can’t this be easily done? It’s not a plugin.

    #17525
    Bill Robbins
    Moderator

    Good Evening Rick,

    You can change the background color of the search field. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      input#s {
      	background-color: #ccc;
      }
      

      Replace the #ccc with the color you'd like to have there.

    3. Update your settings.

    That should do it. If you run into trouble, let me know.

    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color in box background for search widget’ is closed to new replies.