• Ichthus77

    (@ichthus77)


    I would upload a screenshot if that were an option. The “Archives” title is listed twice when you leave the title field blank in the widget, and if you fill in the title field, the new title is still listed twice. Here is my website for an example: http://www.christianapologeticsalliance.com/

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.