Hi,
Can anyone send me css code to change the layout of my contact form page please?
http://bizzappsconsult.com/wordpress/?page_id=953
i like to change background and buttons…
Thanks
Hey bizzappsconsult!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
#top .alternate_color input[type='text'] { border-color: #555555; background-color: #333333; color: #ABAAAB; }
.alternate_color input[type='submit'] { background-color: #f7f7f7; color: #575557; border-color: #f7f7f7; }
.alternate_color input[type='submit']:hover { background-color: #676975; color: #575557; border-color: #676975; }
Cheers!
Yigit
Yigit – how would I move the button to the right if I have two fields at 50%? So the button is in-line?