cyberwala Posted September 1, 2013 Share Posted September 1, 2013 (edited) Hello Kindly Help I want change the contact form color; I want add one more field in same form; website: www.kcomputers.com thanks in advance. Edited September 1, 2013 by cyberwala (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted September 1, 2013 Share Posted September 1, 2013 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 More sharing options...
Recommended Posts