Fixed the issue with the form Placeholder text
I’m not sure how I broke it but somehow I broke the form placeholder text. It was not really broken but the fonts were displaying as the color “Red”. They were correctly displaying as a tan color with a little bit of opacity.
Using the Chrome developer tools I searched and searched through the source code for a style that hooked to the Placeholder text color but I could not find one.
So I had to add some custom CSS that affected all placeholder text color on the site.
It worked but now I have to go back through and adjust the placeholder text color and other font styline for all the forms on the site.
Not ideal but we will get there.
Doug