Hello,
Please check this page... button doesn't show up and the whole page looks grey. At first colors were Ok, then it changed suddenly. I have not made any CSS changes. Can you help
Hello,
Please check this page... button doesn't show up and the whole page looks grey. At first colors were Ok, then it changed suddenly. I have not made any CSS changes. Can you help
One thing that might be related. In your form you have some bad HTML. Find this in the description:
[html]
If you need help, drop us a note. [<a href="/terms-of-service/>see terms of service</a>]
You didn't close the link. It should look like this:
[html]
If you need help, drop us a note. <a href="/terms-of-service/">see terms of service</a>
Also, I'm not sure if using the brackets around the link will work. It looks like a shortcode and might be processed by WordPress as such. I left them out. Maybe you can use parentheses or something different, if they actually DO intefere with the output.
Try the HTML fix first though. Worked for me.
Perfect!! It was that tiny little missing < " > thank you very much, I was breaking my head thinking it was CSS. BTW... the [ brakets ] work fine, so I left them for now. Thank you again.
Great, glad you got that worked out.