Hello All,
I am trying to get the submit button to style properly. In the style1.css file there is a class called .button. Changing the properties of that class does not do anything to the submit button on the form when viewed live. Either does editing the cf_button1 class.
Also, I tried to give the input tag of the button a class name in the elements.php file and saved it. Nothing happened viewing it live. I just recently installed all RC5.1 elements and the form in question is on a section page using the plugin.
Can someone help?
Thanks a Bunch,
Shannon
I am trying to get the submit button to style properly. In the style1.css file there is a class called .button. Changing the properties of that class does not do anything to the submit button on the form when viewed live. Either does editing the cf_button1 class.
Also, I tried to give the input tag of the button a class name in the elements.php file and saved it. Nothing happened viewing it live. I just recently installed all RC5.1 elements and the form in question is on a section page using the plugin.
Can someone help?
Thanks a Bunch,
Shannon
Is there anyone who can help me with this problem?
Shannon
Shannon
Ok, so I fiddled around with this some more. The .cf_button class which is called in the style1.css file is the class for the div that holds the submit button. The actual css sytle for the button is being applied using the input class, which is not the style I want for the button.
When I try to create a new class in the style1.css file called .button and apply the class to the button code on the file elements.php, it does not show when seen with the browser. Basically when I edit the elements.php file nothing happens on the front-end.
Shannon
When I try to create a new class in the style1.css file called .button and apply the class to the button code on the file elements.php, it does not show when seen with the browser. Basically when I edit the elements.php file nothing happens on the front-end.
Shannon
Hi Shannon,
Try to add any CSS classes to the Style code box under the form code tab and it should override the ones in the file, if it didn't then use the !important word after the property!
Cheers,
Max
Try to add any CSS classes to the Style code box under the form code tab and it should override the ones in the file, if it didn't then use the !important word after the property!
Cheers,
Max
Thanks Max,
That worked! So what is the difference between editing the html code under the Form tab and editing the elements.php file? I mean you can totally delete the elements.php file and the forms still work as normal.
Shannon
That worked! So what is the difference between editing the html code under the Form tab and editing the elements.php file? I mean you can totally delete the elements.php file and the forms still work as normal.
Shannon
This topic is locked and no more replies can be posted.