Any idea why this infusionsoft code is not working on this page?

by 2 replies
3
http: (space) //goo.gl/7Kqdk

Under the green text, that form is not working. The three words are just sitting there. Any ideas?

The form shows up in the WordPress Editor. My thoughts are the themes code is clashing?
#programming #code #idea #infusionsoft #page #working
  • The fields are there, it's just the CSS that doesn't work...
    in the file main-css.css, there's a background: transparent property, line 29
    and there's a border: 0

    So, for your "input", the CSS basically say don't put any border and make it transparent. That's why you don't see any field there
    • [ 1 ] Thanks
  • Great! Thanks for the help!

Next Topics on Trending Feed