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


  1. hipeople
    Member

    How do you make round corners with the CSS for the input fields ?

    Posted 11 years ago #
  2. yuniar

    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 #
  3. hipeople
    Member

    thank you, would you also know how to do this for the drop down field ?

    Posted 11 years ago #
  4. yuniar

    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 #

RSS feed for this topic

Reply