Forums

change text color of sub label

sodc 03 Dec, 2014
Where do I change the color of the sub label?
sodc 04 Dec, 2014
I can't find where the css folder for this module/plugin is located.
Max_admin 04 Dec, 2014
Please use your CSS code in a "Load CSS" action in your form!

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
sodc 04 Dec, 2014
I have this css code inserted in the Load CSS element and have entered in the onload section of the form,
.help-block {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

No change in text color or size.

Is there something else I have to put to make it override the existing color and size.
Max_admin 05 Dec, 2014
Answer
Please try to use the "!important" rule, you may also need to provide the full path to the element in the CSS selector:

.gbs3 .help-block {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF !important;
}
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.