• 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: Changing fonts of captions of fields

Changing fonts of captions of fields 16 years 10 months ago #3633

  • eds
  • eds's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Please bear with me for I'm very new to RSForms and Joomla as well. I've looked through hundreds of threads in these forums and haven't found this question. Please help?

I created a form but I'd like to change the fonts and colors on some of the captions of the fields. I tried to change the font in the additional attributes but that changed the size of the text box and not the caption. Can someone tell me where to make this change?

Thanks,
Ed
The administrator has disabled public write access.

Re:Changing fonts of captions of fields 16 years 10 months ago #3635

  • eds
  • eds's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I found where to put the code for the font change. However, I still have a minor problem. I'm trying to use 2 different fonts on my form.
I'm using the 2 column 2 line form for my site. I found that I can use <td valign=\"top\"; style=\"font-size:14px;\"> on the form layout which changes the font size. Now my problem is I only want to change the font size for the first 3 fields on the form. The next 2 fields I would like to make a smaller font. Any ideas out there? I'm a rookie when it comes to XHTML and CSS. :S

<td valign=\"top\"; style=\"font-size:14px;\">
<div>
{date_written:caption} (*)<br/>
{date_written:body}<br/>
{date_written:validation}
{date_written:description}<br/></br>
{work_priority:caption} (*)<br/>
{work_priority:body}<br/>
{work_priority:validation}
{work_priority:description}<br/></br>
{requested_by:caption}</br>
{requested_by:body}</br>
{requested_by:validation}
{requested_by:description}<br/></br>
{work_requested:caption} (*)<br/>
{work_requested:body}<br/>
{work_requested:validation}
{work_requested:description}<br/></br>
{work_order_no:caption}</br>
{work_order_no:body}
{work_order_no:validation}
{work_order_no:description}</br></br>
</div>
</td>
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!