Skip to main content

CSS Edits

Comments

1 comment

  • Prajakta

    * Download and extract the default Clear theme to a directory folder
    * Add following CSS class in the form.css file of the theme (change the font-size and the color as required):

    .big-font .input {
       color: blue !important;
       font-size: 20px;
    }

    * Re-zip all the files (NOT the complete folder) to create the new custom theme
    * Upload and apply your custom theme to your form
    * Set big-font in the CSS class property of the input control where you want to increase the font size

    See this documentation where the steps are explained in detail.

    0

Please sign in to leave a comment.