• Resolved Loulee

    (@loulee)


    Can someone please tell me how to turn the display off for the ‘Skip to Content Link’. Thank you

Viewing 1 replies (of 1 total)
  • Theme Author Arnold Goodway

    (@arnoldgoodway)

    On line 26 in the file header.php add class="screen-reader-text" to the link that adds the skip link.

    When you are done the line should read:

    <p><a class="screen-reader-text" href="#content" title=""><?php _e( 'Skip to Content', 'neighborly' ); ?></a></p>

    Doing things this way will keep the skip link there but it will only be visible when it receives focus.

Viewing 1 replies (of 1 total)
  • The topic ‘Skip Link display’ is closed to new replies.