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
Started 14 years ago by gregkozma | 2 posts |
-
want to embed in my page with html
any help would be greatPosted 14 years ago # -
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 #
Reply
You must log in to post.