I'm having some issues with my mailing list subscription form. I am unable to remove the white background behind the form itself. And the form looks weird in general. This site shows how its supposed to look(i removed the <form action> tag and it displayed properly - but obviously doesn't work): http://www.freebunch.com/new/Frames/Competitions/Competitions.htm This site shows how its really displayed: http://www.freebunch.com/new/Frames/Games/Action.htm Any ideas?
Looks like a stylesheet problem. take a look at pommo/themes/default/subscribe/subscribe_form.css and find this line: BACKGROUND-COLOR: white; Code (markup): change it for this BACKGROUND-COLOR: transparent; Code (markup): and you are done