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

Label Size w/ custom CSS


  1. djones
    Member

    Added this advanced CSS to enlarge input box. This causes problems with the label css. Not showing the theme generated size. Please advise code to increase font size of the label associated with Input text fields.

    '#main_body input.text,
    {
    font-size:28px !important;
    font-family : geneva, arial, helvetica, sans-serif !important;
    width:400px !important;
    height:32px !important;
    border-radius: 10px;
    text-shadow: 0px 1px 0px #fff;
    padding: 7px;
    }'

    Posted 11 years ago #
  2. yuniar

    it should be this one:

    #main_body label.description{
      font-size: 28px !important;
    }

    MachForm Founder

    Posted 11 years ago #

RSS feed for this topic

Reply