Hi all,
I’ve been adding alt text to our university logo using the script that was suggested a few years ago. So far it has been working great, but I just realized that it doesn’t work on the Dynamic theme with the Simple layout (which is supposed to be the most accessible option).
The code I usually use in the Look and Feel > General > Footer source code is:
<script>document.querySelector ('#Logo > img').alt = "add your alt text here"</script>
Any idea why this might not be working in the Simple layout?
Thanks in advance.
Pam