Forums

CSS change

Mansaylon 29 Dec, 2013
Hi

Where can I find the CSS files?
I have to change some parameters.

Bye
Mansaylon
GreyHead 29 Dec, 2013
Hi Mansaylon,

Which version of ChronoForms are you using?
You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6/1.7/2.5/3.0.

If the changes are small it's probably better to use a Load CSS action in the form. Any changes you make to the CF CSS files would need to be re-done if you upgrade the component.

Bob
Mansaylon 29 Dec, 2013
And again.... 😶 I work with V5 :wink:

I will change the color for Sub Label (have a look here http://www.haex.li/index.php/mail)
The font in gray, you can read bad.
And the form code in the backend is very confusing.
GreyHead 29 Dec, 2013
Hi Mansaylon,

Please try
.gcore form .help-block {
background-color: white;
padding: 0 6px;
color: black;
}

Bob
Mansaylon 29 Dec, 2013
Thank you. I can live with 🙂
Mansaylon 08 Jan, 2014
After update to RC3 this solution no longer works. :?

Addendum: I've found the difference.

old: .gcore form .help-block {
new: .gbs3 form .help-block {
This topic is locked and no more replies can be posted.