• Resolved lightblox

    (@lightblox)


    The placeholder text isn’t appearing in the first name and last name fields, and elsewhere is too faint to read. How can I make the placeholder text darker/more readable?

    Also, how do I decrease the font size of the section headings, and reduce that of the question text (making a questionnaire)?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Elana Davis

    (@elanasparkle)

    Hello @lightblox

    ?Thank you for reaching out to support! You can use something like the below CSS to change the color and if you want to change the font as well. You can put this in a custom CSS file so it doesn’t get lost.

    The placeholder isn’t working for some of the fields and I have a GitHub request in to get that resolved and should be in a future update. I apologize for the inconvenience.

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    	color: red;
    	opacity: 1; /* Firefox */
            font-size: 1.5em;
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
    	color: red;
            font-size: 1.5em;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
    	color: red;
            font-size: 1.5em;
      }
    

    Thanks
    Elana D.

    Thread Starter lightblox

    (@lightblox)

    Hi Elana,

    My form appears to be working fine, but when the submissions are viewed, they are truncated. So it appears that the respondents only answered the first question, for example, or just their contact info.

    It looks to me as if the form truncates at the first skipped filed, though I’m not sure about this.

    Help!

    Thanks,

    Lightblox

    Plugin Support Elana Davis

    (@elanasparkle)

    Hello @lightblox,

    ?Thank you for reaching out to support! Can you try to update weForms to 1.6.13 and test it again for me the placeholders should be working better for you.

    Thanks
    Elana D.

    Plugin Support Elana Davis

    (@elanasparkle)

    Hello @lightblox,

    We haven’t heard from you and per our support policies, I will mark this as resolved. Please don’t hesitate to reach out if you still need anything.

    Elana D.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Placeholder color in the Fname and Lname fields, and font size adjustments’ is closed to new replies.