FormBuilder CSS button problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
newrecruit02
Forum Members
Forum Members
Posts: 98
Joined: Wed Aug 01, 2012 7:46 pm

FormBuilder CSS button problem

Post 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?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: FormBuilder CSS button problem

Post 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...
newrecruit02
Forum Members
Forum Members
Posts: 98
Joined: Wed Aug 01, 2012 7:46 pm

Re: FormBuilder CSS button problem

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: FormBuilder CSS button problem

Post 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/
Post Reply

Return to “Layout and Design (CSS & HTML)”