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

Section break font color problem


  1. webcommerce
    Member

    I'm obviously doing something wrong but I can't see where.

    I have changed the section break font color in CSS (to #660000 and #000066) and each color change shows correctly in View Form.

    However, when I load it to my web page, it still shows as black.

    Any suggestions please??

    Ron S

    Posted 15 years ago #
  2. yuniar

    I see your other post here:
    http://www.appnitro.com/forums/topic/change-section-break-font-color?replies=2

    Is this resolved as well?


    MachForm Founder

    Posted 15 years ago #
  3. webcommerce
    Member

    I thought so, but it's all part of the same requirement. Namely, that I can change the font color for the section breaks.

    I played around with the CSS and it seemed to work in the view form but when I loaded the page to the website, it just came out black.

    ???

    Ron S

    Posted 15 years ago #
  4. redityo

    Maybe your website have similar style name with machform and machform style become override. anyway could you tell me your web site url, so I can check it ?


    MachForm Support

    Posted 15 years ago #
  5. webcommerce
    Member

    hi,

    Thanks for your response.
    Website URL is: www.medirentals.com.au

    Ron S

    Posted 15 years ago #
  6. redityo

    I can't find your form :) where is the exact url of your form ?


    MachForm Support

    Posted 15 years ago #
  7. webcommerce
    Member

    Silly me .... ah, but it was late at night ... sorry:
    Form URL: www.medirentals.com.au/referral.php

    The first section break should be blue, second maroon.

    You will also notice the font size for the multple choice field. This wa set to 85% in MachForm and looks fine in View Form, but does not reflect correctly in the web page.

    I would appreciate if you could also look at www.medirentals.com.au/quote-request.php
    The multiple choice at the top of the form was set to inline and 85% font size in the form and appears correctly in Form View, incorrectly on the web site.

    Also, I am having a problem getting the 3 fields Home Telephone Number, Mobile Number, Customer Email Address on the same line. Can you suggest here please?

    Thank you for you patience and expertise. It is greatly appreciated. I am so pleased I chose to work with MachForm again .. the support is worth far more than the purchase price!!

    Ron S

    Posted 15 years ago #
  8. redityo

    It seems your section break do not have a style for font color (I also see in your form view). However Try to add this style to your CSS form :

    #li_3 {
    color:#CC0000 !important;
    }
    
    #li_16 {
    color:#CC0000 !important;
    }

    Adjust the color value with yours and to make your 3 field line up to the same line (telephone number, mobile number ,customer mail). Try to add this style in your css form (http://www.medirentals.com.au/quote-request.php) :

    #li_10
    {
    float:left;
    clear:both;
    width:30%;
    }
    
    #li_11
    {
    float:left;
    width:30%;
    }
    
    #li_17
    {
    float:left;
    width:30%;
    }
    
    #li_13
    {
    clear:both;
    }

    Anyway for your font size, I'm not sure with your questions. It looks fine with me, 85% size is related to your container. If you need to make it bigger/smaller, you can adjust the value.


    MachForm Support

    Posted 15 years ago #

RSS feed for this topic

Reply