Page 1 of 1

FormBuilder CSS button problem

Posted: Wed Aug 15, 2012 12:25 pm
by newrecruit02
For some reason I cant change the button, I can move it around and such, but not alter the appearance of the submit button, any ideas?

Re: FormBuilder CSS button problem

Posted: Wed Aug 15, 2012 6:02 pm
by Dr.CSS
This is a style/CSS problem not a 'module' problem, most times it has a very specific class that you can use...

Re: FormBuilder CSS button problem

Posted: Thu Aug 16, 2012 1:38 pm
by newrecruit02
Sure, but I have tried the default formbuilder css and still no luck, is there something else i am missing? Is there any examples anywhere of changing just the button? I can move it, but not change the look of it in anyway.

Re: FormBuilder CSS button problem

Posted: Thu Aug 16, 2012 7:26 pm
by Dr.CSS
Right click the page and 'view source' and you should see the button at the bottom of the form code where it should show you the class of the button, something like fb_submit...

input.fb_submit {
border: none;
background-color: #000;
color: #FFF;
etc. etc.
}

http://www.w3schools.com/