Forums

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

Home Forums CSS hacking wufoo (with their permission)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25144
    daphnaland
    Member

    I’m a smalll scale wufoo user. and a very basic css coder…
    their "powered by wufoo button" is awfully big and agressive, i asked them, if theres a way to change/delete it and they said that no, but were nice enough to say that it wouldnt hurt their feeling if i hacked the situation. 8-)

    and so i’m trying. but seems like the button display attribute is coming from a later dinamcillay created css, which i cant access, and even when i put an !important decleration on display:none to that class, it still shows.

    does anyone know how i can access that powered by wufoo class and make changes that will stick ? :-/
    I am of course using the custom css file…
    here: http://daphnaland.wufoo.com/forms/sign- … ewsletter/
    thanks in advance

    #59077

    I’ve never done anything with Wufoo before but here’s what I found works:

    a.power {
    height: 0;
    width: 0;
    overflow: hidden;
    border: none !important;
    }

    #59058
    daphnaland
    Member

    Thanks!

    there still is some grey left, but its definetley in the right direction. thx. :D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.