• How do I hide the screen reader hyperlinks (skip to navigation & skip to content)? Looked everywhere and can’t find it. Thanks, Bill

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello txwest,

    You will find that text in header.php file. If didn’t get in header.php file then you can add below css.

    .home .col-full {
    display: none;
    }

    Hello txwest,

    I suggest you to first find from hedaer.php file. I am sure you will find from that file only.

    If you didn’t get from that file and you want to remove from everywhere, you can add below css:

    .col-full {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Screen Reader showing visually?’ is closed to new replies.