Title: header.php line 25
Last modified: June 1, 2020

---

# header.php line 25

 *  [berternie](https://wordpress.org/support/users/berternie/)
 * (@berternie)
 * [6 years ago](https://wordpress.org/support/topic/header-php-line-25/)
 * Line 25 of header.php
 *  `<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip
   to content', 'oceanwp' ); ?></a>`
 * This adds text “Skip to content” on top left corner. Originally I deleted it 
   but obviously theme updates….
 * My question is – Why is this bit of annoying text showing up? What can I do to
   permanently rid myself of this annoying text?
    -  This topic was modified 6 years ago by [berternie](https://wordpress.org/support/users/berternie/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-php-line-25%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years ago](https://wordpress.org/support/topic/header-php-line-25/#post-12924452)
 * Hello,
 * This issue will be fixed in the next update of the theme. For now, please add
   the below code to the Customize > Custom CSS section to fix it –
 *     ```
       a.skip-link {
        opacity: 0;
        visibility: hidden;
       }
       ```
   
    -  This reply was modified 6 years ago by [Amit Singh](https://wordpress.org/support/users/apprimit/).

Viewing 1 replies (of 1 total)

The topic ‘header.php line 25’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/header-php-line-25/#post-12924452)
 * Status: not resolved