where can i change the label color?

Change the label text color in a ChronoForms form.

Overview

The user's custom CSS was not applying due to a syntax error with an extra semicolon.
Add the correct CSS rule in the Designer's Custom CSS section, ensuring the syntax is clean and uses !important to override existing styles.

Answered
ChronoForms v6
hallo yours,
i want to change the color of the labeltext but i can't find a css.
thx for help
Max_admin Max_admin 14 Mar, 2018
Hi hr.rossi1,

Please try to add a CSS element under Designer > Custom > CSS then use this code:
.field label{color:red !important;}
Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
wo wodl 28 Apr, 2018
Hi, i tryed to insert custom CSS, but it seems that it is not working... any ideas?
Downloaded component, module and plugin on 28.04.2018
Gr GreyHead 29 Apr, 2018
Hi wodl,

It looks to me as if the labels are black. What exactly isn't working?

Bob
Gr GreyHead 02 May, 2018
Hi wodl,

What CSS are you adding and where?

Can you post a link to the form?

Bob
wo wodl 02 May, 2018
http://denizfisch.woduschegg.at/CMS/
at the bottom right
he healyhatman 02 May, 2018
Answer
1 Likes
color:#fff !important;

You had an extra semicolon that was breaking it.
wo wodl 03 May, 2018
Thank you, that was it🙂
This topic is locked and no more replies can be posted.