Thread Starter
prief
(@prief)
Hi,
The color indeed changed thank you!
But I couldn’t figure out how to change the actual text “Field is required” into my native language.
I however managed somehow to make the whole message hidden and that is also perfectly fine for me.
I tried this and it worked 🙂
I am a noob at these things 😉
.fm-not-filled {
height: 0px;
visibility: hidden;
}
I still love to know how to change the message, just out of curiosity.