This is a wordpress search code. Im wanting to change the background to black..right now its white....I cant find anywhere in this script to change that...
Any clues?
<li id="search" style="font-weight:bold; padding-top:20px;">
<label for="s"><?php _e('Search'); ?></label>
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
<div>
<input type="text" name="s" id="s" size="15" />
<input type="submit" name="submit" value="<?php _e('Search'); ?>" />
Any clues?
<li id="search" style="font-weight:bold; padding-top:20px;">
<label for="s"><?php _e('Search'); ?></label>
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
<div>
<input type="text" name="s" id="s" size="15" />
<input type="submit" name="submit" value="<?php _e('Search'); ?>" />
Comment