Appnitro Software Forums » MachForm

CSS for Embedded Form

(4 posts)
  • Started 3 years ago by owenrichard
  • Latest reply from owenrichard

  1. owenrichard
    Member

    Hi,

    I haven't been using MachForm for that long but so far I think it is a great product. How can I change the CSS so that the embedded form has the background colour of #ECF9FF and the title has the CSS:

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3383FB;

    I have been changing various bits in the css but they all seem to change the normal view of the form rather than the embedded version.

    Many Thanks,
    Richard

    Posted 3 years ago #
  2. Hi Richard,

    Try to search "integrated form" section in your CSS, you can replace .integrated class style in there, from :

    /** Integrated Form **/
    .integrated *{
    	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    	color: #000;
    }

    to

    /** Integrated Form **/
    .integrated *{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3383FB;
    background-color:#ECF9FF ;
    }
    Posted 3 years ago #
  3. owenrichard
    Member

    Sorry, it just displays the same as it did before.

    The one I am trying to change the look of is:

    example.com/machform/embed.php?id=5

    So I want to change the look of the form on the embed.php page

    Posted 3 years ago #
  4. owenrichard
    Member

    I have solved the problem by using the embed code rather than linking directly to the embed page.

    Thanks for the help :)

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.