After my page loads my text disappears and I am having trouble determining why. (I am coming in after-the-fact and did not write the site)
http://www.woodgroupfs.com/index2.html The white text on top of the header image shows up, like it is supposed to and then it gets removed.
Any ideas?
The white text that is disappearing in the header is in an element with id
#headerPhrase. On line 156 of your scripts.js:is completely removing it from the page.
I guess because some images have the white text burned into them, that’s why it is happening, so it might not be as simple as just removing this line.