FormBuilder CSS button problem
-
- Forum Members
- Posts: 98
- Joined: Wed Aug 01, 2012 7:46 pm
FormBuilder CSS button problem
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
This is a style/CSS problem not a 'module' problem, most times it has a very specific class that you can use...
-
- Forum Members
- Posts: 98
- Joined: Wed Aug 01, 2012 7:46 pm
Re: FormBuilder CSS button problem
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
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/
input.fb_submit {
border: none;
background-color: #000;
color: #FFF;
etc. etc.
}
http://www.w3schools.com/