Add search box in footer
-
Hi I am trying to figure out how to make my search box have a background in it instead of being transparent.. I added
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div><input type="text" size="18" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" class="btn" /> </div> </form>
As mentioned in another topic but I can’t seem to figure out how to style it to have a background color and text color.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add search box in footer’ is closed to new replies.