for example, i added to sidebar a search-widget.
so i see in html sode of my bloge there's:
<ul class="sidebar">
<li id="search-4" class="widget widget_search"><h2 class="widgettitle">SEARCH</h2>
<form role="search" method="get" id="searchform" action="http://x-files.net.ua/" >
<div><label class="screen-reader-text" for="s">SEARCHING SMTH:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="SearchButton" />
</div>
</form></li>
I'd like to remove a viewing of widgettitle at all
and to remove a screen-reader-text at all.
help please where to do it?