Archived topic
Remove title on screen-reader-text
3 replies · Started by maganmi on May 26, 2021
Hello,
I noticed this fragment of code at the beginning of the site
<a class="screen-reader-text skip-link" href="#content" title="Saltar al contenido">Saltar al contenido</a>
I just want to remove the title="Saltar al contenido". How can i do it?
Thanks.
Hi there,
Is there a reason why you want to remove that?
It's important for accessibility of your site.
Hi there,
Not really. A friend just recommend me to remove the title attribute from the link.
Hmm I'd like to hear what the reason is.
There isn't a filter to remove the title - you would need to copy and paste the header.php file in the child theme and edit the line:
https://github.com/tomusborne/generatepress/blob/b60b853630da6d9015722da903e53c8064148b0a/inc/structure/header.php#L400