Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1439788

    Dear Support Team,
    We have integrated a contact form from ENFOLD on the following website – see link: http://neu2024.schollmeyer.dk/#kontaktform
    1st question: the labels for the contact fields should be displayed within the field. This works so far, but the color (light green) is not good, because the whole thing is so difficult to read – see screenshot: http://neu2024.schollmeyer.dk/support/kontaktform-1.jpg
    >> Which CSS script do I need to change this light green font to black?
    2. in the mobile version, the font in the “Email” field is displayed larger – and not in “uppercase” – than the other fonts: see screenshot: http://neu2024.schollmeyer.dk/support/kontaktform-2.jpeg
    Which CDD do I need so that the word “E-mail” is displayed in the same way as all other words in the mobile version?
    Many thanks for your support. Best regards, Diana

    Translated with DeepL.com (free version)

    #1439925

    Hey Diana,
    I believe that I solved both issues with this css, please clear your browser cache and check.

    ::-webkit-input-placeholder {
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    ::-moz-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    :-ms-input-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    :-moz-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }

    Best regards,
    Mike

    #1439997

    Many thanks for the script and the implementation: PERFECT!
    Now it works on all mobile devices and the color is also correct!

    #1440006

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1448465

    everything is fine. You might close this topic
    THANKS

    #1448486

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font Contact form,’ is closed to new replies.