How to change background color of Text field with CSS

  • cd_support
    Asked on March 11, 2019 at 5:11 PM

    Good afternoon.

    How do I make the text scrollbar visible using the iPad? How do I change the background color of the Text Field for my css form?

    Thank you.

     

  • Mike
    Replied on March 11, 2019 at 7:17 PM

    Unfortunately, it seems like we cannot force the appearance of the scrollbar on iPad with CSS.

    To change the background color of the Text field you can add the next CSS:

    .form-html {
    background-color: #ffffff;
    }

    How to change background color of Text field with CSS Image 1 Screenshot 20