Trying to make our website meet WCAG 2.0 for accessibility and one item that needs to be met is adding a title tag to the search bar anchor . The tag in questions looks like this
<a href="#">
Where / How can i add a title attribute to this tag?
Trying to meet WCAG 2.0 compliance and we get notified that anchor tag for the search bar requires a title attribute. I have found and manually added a title tag to the theme generatepress/inc/structure/navigation.php file on lines 113, 322, and 357 to comply however this will reset everytime there is an update to the theme. Could you look into adding a title tag to the anchor tag for the Search bar, and/or guidence to prevent updates from overriding the manual inclusion of the title attribute?