This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
CSS rounded corners
Started 11 years ago by hipeople | 4 posts |
-
How do you make round corners with the CSS for the input fields ?
Posted 11 years ago # -
Try to add this CSS code into the "Advanced CSS" section of your theme:
#main_body input,#main_body textarea{ border-radius: 5px; }
MachForm Founder
Posted 11 years ago # -
thank you, would you also know how to do this for the drop down field ?
Posted 11 years ago # -
Ah...yes, you can change the code to be like this:
#main_body select.select,#main_body input,#main_body textarea{ border-radius: 5px; }
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.