Hello @ContagiousEvents,
Thanks for updating the thread.
I took a look at your website and can see that the code is already present but it’s getting overridden. I can also see that you are using CDN on the website. My first recommendation would be to clear cache and see how it goes. In case problem is still there, please replace previous code that you have added with following:
body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=text], body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=email], body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=password], body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=url], body .gform_wrapper form.madlibform .gfield.madlibstyle input[type=tel] {
margin-top: 4px !important;
border-top: none !important;
border-right: none !important;
border-bottom: 1px dashed #c2c2c2 !important;
border-left: none !important;
background-color: #fff !important;
width: 98% !important;
height: 0!important;
height: auto!important;
max-height: 2em!important;
line-height: 1.5!important;
box-shadow: none!important;
font-family: 'Just Me Again Down Here',cursive !important;
font-size: 26px !important;
color: #000 !important;
position: relative !important;
top: -10px !important;
}
Let us know how it goes.
Thanks.