• 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: Text in drop downs is very dim

Text in drop downs is very dim 12 years 2 weeks ago #22810

  • chow6693
  • chow6693's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

I have several drop down selection boxes within my form with multiple selections but I can barely read them because they are so dim, or more appropriately, they are almost the same color as the background of the drop down box. How do I change the text color to make it more contrasting.

I am using RS Form Pro 1.4.0 R45 with Joomla 2.5.8

Thanks in advance for your help
The administrator has disabled public write access.

Text in drop downs is very dim 12 years 1 week ago #22845

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
To change the color of the text in you drop-down menus, you will need to add some custom CSS code in the 'CSS and Javascript' tab found in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties. Assuming that the id of your dropdown is 'Dropdown', the code should look something like:

<style>
#Dropdown
{
color:blue;
}
</style>

You can read more on this topic here:

www.rsjoomla.com/support/documentation/v...sign-properties.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!