How to change entry field text color AFTER entry?

Home Forums Quform WordPress How to change entry field text color AFTER entry?

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12159
    foifer
    Participant

    Can you provide the css that will change the color of the text after it has been entered? Currently, once a user enters text in a form field it turns to a light grey color. The same holds true for form attachments – The type is a very faint grey.

    I did try to find the css string for the text entries fields in Inspect Element in Chrome, but could not find it.

    Thanks for any help!

    John

    #12170
    josef777
    Participant

    Go to your form > settings > style and at the bottom of the page add a style and click “text input elements”

    and add color: #000; in the CSS box .

    #12172
    foifer
    Participant

    Hi,
    That worked great, but the File Upload text is still a very faint grey and unreadable. See attached.

    Thanks!
    John

    Attachments:
    You must be logged in to view attached files.
    #12174
    josef777
    Participant

    add this to your CSS file

    .iphorm-upload-queue-filename {
    color: #000;
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy