Hi,
I have created a form using RSForm amazing component, however Ia m not succeeding to restyle the form Title at least.
My form name is : Nmozjmenha
I have created isolated css file , and imported it to my template style.
The css file is called : nmozj_form.css and here is the code:
#myform legend {
color: red;
padding: .5em .5em .5em .5em;
border: 2px solid #3366cc;
text-align: center;
background-color: #6699ff;
font-family: Arial, Helvetica, sans-serif;
border-left: 8px #3366cc solid;
border-top: 1px #3366cc solid;
border-bottom: 1px #3366cc solid;
border-right: 1px #3366cc solid;
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
}
I guess there is something wrong in the previous code. Maybe the name - Do not know!!
the template style file is called :
template_css , and the code is:
/* Reset Browser Default */
/*\*/@import url("reset.css");/**/
/* Typography */
/*\*/@import url("typography.css");/**/
/* Forms */
/*\*/@import url("forms.css");/**/
/* modules */
/*\*/@import url("modules.css");/**/
/* General */
/*\*/@import url("general.css");/**/
/* browser fix */
/*\*/@import url("browser_fix.css");/**/
[color=#FF0000]/* nmozj_menha_fprm */
/*\*/@import url("nmozj_form.css");/**/[/color]