Search code examples
cssformswufoo

Wufoo form is not loading custom stylesheet


I have a wufoo form that I am trying to customize with css. My css form is being uploaded as far as I can tell, but so far I haven't been able to change anything. Any tips?

The only thing I've tried to do is change the header color like so:

 .wufoo .info h2 {
 color:blue;
 }

Here are the necessary links:

Stylesheet - http://crimsonroot.com/files/php/custom.css

Form - https://thedrawshop.wufoo.com/forms/r60xxmf0kwbb7j/


Solution

  • The issue as far as I can tell is that you are trying to link to a stylesheet, that is not on an secure connection. Basically it's http but your form is secured https. Many browsers by default prevent the loading of "mixed content" you will need them to both be on the same connection style before it will even begin to load.

    Hope that helps.

    Also try this, tested and works. http://thedrawshop.wufoo.com/forms/r60xxmf0kwbb7j/