css code to change the text color to black

Hi @DusanKudela ,

Please go to Actions > Edit code > Assets >theme.scss.liquid file and paste this at the bottom of the file:

.contact-form label.label--hidden {
    color: #333;
    position: relative;
}