The url is: http://hiltonweb.serveronline.net/sandbox/?page_id=30
In the form editor, I used "submit_idea" as my CSS Class Name in the Advanced tab of the first form title module.
I am using the Carrington Blog and I tried adding a line of CSS to the carrington-blog.css file in the theme css folder.
I tried the following line of css first:
#gforms_confirmation_message .submit_idea {background-color: none; }
Then I tried it like this:
.submit_idea #gforms_confirmation_message {background-color: none; }
I also would like to know if there is a way I can test this page without having to submit the form every time I want to view the change.
Thanks!