Jump to content

Recommended Posts

Hi wala,

What's the name of the module? If it's a free module, please add zipped module (or installation) file here.

 

To add a field, you need to edit the php file of the module, add field to any database table, add field and check values etc.

What field do you want to add? If you need help, please tell source URL of module or add zip file here (if free)

 

Change the color in this piece of css: (css file probably in the module folder or a submenu)

 

 

 

#med_contactable #contactForm {

  • background-color: #333333; <-- change here
  • border: 2px solid #FFF;
  • color: #FFF;
  • height: 450px;
  • left: 0;
  • margin-left: -400px;
  • margin-top: -160px;
  • font-family: georgia;
  • overflow: hidden;
  • padding-left: 30px;
  • position: fixed;
  • top: 200px;
  • width: 360px;
  • z-index: 99;

}

 

 

 

My 2 cents,

pascal

Link to comment
Share on other sites

×
×
  • Create New...