Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #788507

    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

    #788513

    can you please show us a link to that page. I have a message above the input fiield in that case.

    #788518

    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°

    #788533

    Kannst du das hier mal probieren:

    #top .main_color .wpcf7-not-valid {
        background: rgba(255, 255, 120, 0.2) !important;
    }
    #788541

    or:

    
    #top .main_color .wpcf7-not-valid {
        background: rgba(230, 70, 0, 0.3) !important;
    }

    for you

    #788543

    Hallo Guenni,

    Thx a lot for the quick and good support.

    Regards,

    Raf

    #788608

    Hi Raf,

    Glad to hear that’s fixed :)


    @Guenni007
    : Thanks a lot for helping out. We really appreciate it :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.