DMXzone Uniform Support Product Page

Form Background

Asked 27 Feb 2013 22:56:14
1
has this question
27 Feb 2013 22:56:14 Baub Eis posted:
Should I have a background on my form or do I have to add one manually. I didn't know if my reset was blocking it. Or I just couldn't find it in the css?
Here is my page: www.thebusinessstore.net/sign_up.asp

Replies

Replied 28 Feb 2013 07:30:18
28 Feb 2013 07:30:18 Vulcho Vulev replied:
Hello Baub.

The styling applies to form elements only.
You can style the background using the following css-rule:

/* replace #999 with your desired hex value */

#dmxUniform1 {
	background-color:#999; 
}


Regards:Vulcho.

Reply to this topic