Hello,
I have follow problem. When I push the submit button CF7 and you don’t put information in a marked field(*) you get an error message.
I found out how to remove this one (span.wpcf7-not-valid-tip { display: none !important; }) but i want also the background of the field the information you must put in in a different color (red).
Please can you give me a solution (css).
Thx
Regards
Raf
can you please show us a link to that page. I have a message above the input fiield in that case.
http://www.alusport.de/contact ( you push on Versenden)
I want it build like
https://www.sport-thieme.de/kontakt (you push absenden and see with fields are not ok°
Kannst du das hier mal probieren:
#top .main_color .wpcf7-not-valid {
background: rgba(255, 255, 120, 0.2) !important;
}
or:
#top .main_color .wpcf7-not-valid {
background: rgba(230, 70, 0, 0.3) !important;
}
for you
Hallo Guenni,
Thx a lot for the quick and good support.
Regards,
Raf
Hi Raf,
Glad to hear that’s fixed :)
@Guenni007: Thanks a lot for helping out. We really appreciate it :)
Best regards,
Nikko