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 do i remove logo at top of form ,and grey back


  1. gregkozma
    Member

    want to embed in my page with html
    any help would be great

    Posted 14 years ago #
  2. redityo

    Simply search for these CSS code :

    /**** Logo Section  *****/
    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('../../../images/machform.gif');
    	background-repeat: no-repeat;
    }

    and add "display:none;" property in there like this

    /**** Logo Section  *****/
    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('../../../images/machform.gif');
    	background-repeat: no-repeat;
    display:none;
    }

    MachForm Support

    Posted 14 years ago #

RSS feed for this topic

Reply