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

Css help


  1. katya
    Member

    I have my form here:

    http://holtmusic.com.au/contact/view.php?id=1

    I just need to take off the bold on the field names and change the colour to the same as "booking form" font.

    I have search and search and cant seem to find the right coding to change. Could someone be kind enough to look at it?

    Posted 15 years ago #
  2. redityo

    Hi ..

    I have seen your form.. it seems your field name element id = 1 so you can edit your CSS file in form builder and add this following code

    #li_1 label.description
    {
      color:#666699 !important;
      font-weight:normal !important;
    }

    MachForm Support

    Posted 15 years ago #
  3. katya
    Member

    Hi redityo,

    Thank you! worked well, but the change was only made to name the "name" field.

    http://holtmusic.com.au/contact/view.php?id=1

    Where would i put it for the rest of the fields?

    I appreciate your help.

    Katya

    Posted 15 years ago #
  4. redityo

    uppsss .. I'm sorry I thought you want to change field names only :) . Please ignore my post before, you can try to edit your CSS again and search this following section, it will change all element/field label :

    from

    #main_body label.description
    {
    	border:none;
    	color:#222;
    	display:block;
    	font-size:95%;
    	font-weight:700;
    	line-height:150%;
    	padding:0 0 1px;
    }

    to

    #main_body label.description
    {
    	border:none;
    	color:#666699 ; /* here is the change */
    	display:block;
    	font-size:95%;
    	font-weight:normal; /* here is the change */
    	line-height:150%;
    	padding:0 0 1px;
    }

    MachForm Support

    Posted 15 years ago #
  5. katya
    Member

    Perfect! Thanks so much!!

    Posted 15 years ago #

RSS feed for this topic

Reply