Discussions

Ask a Question
Back to All

Change font color in online form with CSS

Hi,

I would like to change the font color of the headers in our online form. For this I wrote the following CSS code:

.form-group label {
color:#81898D; !important;
}

Unfortunately, this dosen't work since the custom-css-changes will be overwritten.

Can anybody help me to solve the problem?

Here is the link to our online form: https://cesonia-gmbh.jobs.personio.de/job/680754?_pc=773789&language=en&display=en#apply

Thank you in advance!
Michaela