• berternie

    (@berternie)


    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.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Amit Singh

    (@apprimit)

    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.
Viewing 1 replies (of 1 total)

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