This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

How to edit the default CSS declarations?


  1. Markstein
    Member

    Hello,

    I'd like to know how to change the CSS to effect "all" forms I create.

    For example, when I create a new form I want my "title" to be a different size than the default so I have to go modify the Form CSS in the Edit CSS window. I have to do this with each form I create. Right now the default CSS for every form title is:

    .form_description h2 {
    clear:left;
    font-size:160%;
    font-weight:400;
    margin:0 0 3px;
    }

    How can I make it so the default is something else like:

    .form_description h2 {
    clear:left;
    font-size: 12px;
    font-weight: bold;
    margin:0 0 3px;
    }

    I edited my view.css file but it didn't have any effect!

    Thank you,

    Mark

    Posted 14 years ago #
  2. yuniar

    Hello Mark,

    To change the default CSS code. Simply modify view.css which is located under your main machform folder.

    The content of this file is being copied into your form CSS file, each time you create a new form.


    MachForm Founder

    Posted 14 years ago #

RSS feed for this topic

Reply