Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #437930

    I the sidebar all widget headlines are duplicated, for instance above the blog archive dropdown is says “ARCHIVE” and below that is reads “Archive”. I have the same problem on two websites running WP 4.2.1 with Enfold 3.1.3 and 3.1.4.
    For live example please see URL in private content

    #438714

    Hey kihlbaum!

    I think you can select yourself what to display if you go to the widget(s) in question under Appearance–>Widgets.

    Regards,
    Rikard

    #438741
    This reply has been marked as private.
    #439299

    Hey!

    Hmm, it says screen-reader-text as the class. Is that a plugin your using?

    You could try hiding it with this CSS.

    .screen-reader-text {
      position: absolute;
      left: 9999px;
    }

    Cheers!
    Elliott

    #439534

    Not using plugin. However, your workaround worked. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sidebar widget duplicates’ is closed to new replies.