• Hi, I’m wanting to style the Search Widget that appears on my blog but can’t for the life of me figure out where this information is getting brought in from. It seems I can change the default style but this doesn’t affect the fSpring theme I’m using:

    The code is, but I’m presuming this is getting brought in from some other file:

    <div id=”sidebar”>
    <form id=”searchform” method=”get” action=”http://www.myblog.com&#8221; name=”searchform”>
    <div>
    <label class=”hidden” for=”s”>Search for:</label> <input type=”text” name=”s” id=”s” size=”15″ value=””> <input type=”submit” value=”Search”>
    </div>
    </form>
    </div>

The topic ‘Styling the Search box and text’ is closed to new replies.