https://www.extollointernational.org/contact-us
This is ConstantContact javascript api. How do I style the css? Let's say I want to start by changing the background to none. Then style the button. !important tags don't work.
All the CSS is in your global stylesheet or contact-us sheet...exactly what is it you want to change?
I want to get rid of the white and grey backgrounds.
Then color, size and position the submit button.
It loads CSS within the body tag and multiple files while at it. That is somewhat nasty and causes unnecessary headache.
// <div id="right-content"> <h2> Sign up for our newsletter!</h2> <script src="http://www.formstack.com/forms/js.php?1419343-tPEEcFTLy1-v3&jsonp" type="text/javascript"> <div class="fsBody fsEmbed"> <link href="http://www.formstack.com/forms/css/3/reset.css?20130225" type="text/css" rel="stylesheet"> Reload the page to get source for: http://www.formstack.com/forms/css/3/reset.css?20130225 </link> <link href="http://www.formstack.com/forms/css/3/default.css?20130227" type="text/css" rel="stylesheet"> Reload the page to get source for: http://www.formstack.com/forms/css/3/default.css?20130227 </link> <link href="http://www.formstack.com/forms/css/3/steel.css?20130225" type="text/css" rel="stylesheet"> Reload the page to get source for: http://www.formstack.com/forms/css/3/steel.css?20130225 </link> <form id="fsForm1419343" class="fsForm fsFormFree fsSingleColumn " action="http://www.formstack.com/forms/index.php" novalidate="" method="post">
Ugh....
What am I supposed to do with that code. Looks like you're trying to connect the javascript to my css?
The javascript is apparently injecting remote CSS files into your page (presumably a theme)*
*Unless you are doing it.
As it's loaded after the stylesheets in your [head] section it has a higher specificity in the CSS cascade
Correct, I'd have to pay a subscription so Formstack allows me to create a custom theme. What you see here is their default blank theme.
You pays your money, you gets your choice.
Or not.
Sounds like it's not possible since they're remote injections. I was hoping there was a way to override.
https://www.extollointernational.org/contact-us
This is ConstantContact javascript api. How do I style the css? Let's say I want to start by changing the background to none. Then style the button. !important tags don't work.
All the CSS is in your global stylesheet or contact-us sheet...exactly what is it you want to change?
I want to get rid of the white and grey backgrounds.
Then color, size and position the submit button.
It loads CSS within the body tag and multiple files while at it. That is somewhat nasty and causes unnecessary headache.
Ugh....
What am I supposed to do with that code. Looks like you're trying to connect the javascript to my css?
The javascript is apparently injecting remote CSS files into your page (presumably a theme)*
*Unless you are doing it.
As it's loaded after the stylesheets in your [head] section it has a higher specificity in the CSS cascade
Correct, I'd have to pay a subscription so Formstack allows me to create a custom theme. What you see here is their default blank theme.
You pays your money, you gets your choice.
Or not.
Sounds like it's not possible since they're remote injections. I was hoping there was a way to override.