• Resolved deecemobile

    (@deecemobile)


    Im trying to edit css for the text fields in the form but nothing is working. they have what looks like a greyish gradient in them and nothing will change it. Funny thing is when I try to use “web developer toolbar” to figure it out the “gradient” just disappears so I can’t tell if I have actually changed it.

    Example

    Any help would be greatly appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • That happens because your theme set that backgroud for input type (text and password).

    Search in your theme directory the file css/common.css for this line

    background-image:url(../img/common_files/smallFormBackground.png);

    If you remove that line, you’ll have white background in those fields.

    Thread Starter deecemobile

    (@deecemobile)

    Thanks for the help. That’s the fix!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Visual Form Builder] Need CSS help’ is closed to new replies.