This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Another (specific) CSS question
Started 11 years ago by MattShepherd | 2 posts |
-
So take this page for example:
http://sawbuckvoiceover.com/regularform.html
I want to make the redundant "Sawbuck Voiceover" text above the form vanish.
Using Inspect Element, it seems to be part of the "form_description" class.
I've tried the following in my CSS file for the page:
#main_body .form_description {
display: none !important;
}.form_description {
display: none !important;
}.form_description h2{
display: none !important;
}#main_body .form_description h2{
display: none !important;
}h2 {
display: none !important;
}No results, no results, no results, no results.
I've been at this for 45 minutes and can't figure out how I'm supposed to override the secret-squirrel CSS that the called script has squirreled away somewhere deep within the code.
How do you change a specific bit of CSS on a form you're calling with JavaScript?
Posted 11 years ago # -
I followed up with support, and it seems that the only real way to do this is to modify the custom CSS in the MachForm panel for the theme you're using within the AppNitro config structure. Nothing I do outside the context of the AppNitro control panel can really affect the JS on the page.
Posted 11 years ago #
Reply
You must log in to post.