Currently the HTML code for my logo image says the alt text is “logo”. Is there a way to change this to something more specific? I have tried to enter the following code into the footer text box within the theme section but it just adds it to the footer section of the HTML code.
<script>
document.querySelector(‘#Logo > img’).alt = “Insert Alt Text Here”
</script>