washingtonstateuniversity / magazine.wsu.edu

WSU Magazine WordPress theme
1 stars 0 forks source link

Adjust `main-header` `header-group` to display consistent on post/page #151

Closed slocker3 closed 6 years ago

slocker3 commented 6 years ago

This is probably not the best answer–it is a reduction in code.

The best answer probably doesn't utilize opacity: 0; as @jeremyfelt has noted :)

jeremyfelt commented 6 years ago

opacity: 0; is okay, but we'll need to add aria-hidden="true" to the HTML so that screen readers don't pick up the visually hidden content. I'll add a commit to this branch with that.