form_for submit button, style button to be text instead of a button

capi

New Member
I want text instead of the button that is provided in rails. I've added a class to the submit button, but this is where I'm stuck. Normally in CSS if I want something to be text I just don't style it. But in this case, the button is styled automatically to look like a button.How do I overide this and make it look like just text?
 
Back
Top