• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Not able to style my form title at least

Not able to style my form title at least 14 years 8 months ago #11290

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]
 
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!