Viewing 1 replies (of 1 total)
  • Appears to me to screen reader text not is hidden:

    <div class="widget-wrap">
    
    	<h4 class="widget-title widgettitle">Archives</h4>
    
    	<label class="screen-reader-text" for="archives-dropdown-2">Archives</label>
    
    </div>

    So you could try css something like this:

    label.screen-reader-text {display:none;}

Viewing 1 replies (of 1 total)
  • The topic ‘"Archives" title redundancy’ is closed to new replies.