Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WuFoo Forms Re: WuFoo Forms

#66596
Chris Coyier
Keymaster

To remove the title from an embedded Wufoo for, you’ll need to use your own custom CSS: http://wufoo.com/docs/theme-designer/#customCSS

Then in your CSS file, the selector to remove the title (but not the description) is:

.info h2 {
display: none;
}