plain text background
On one of my forms i have many fields that are made up of either a Single Line of Text Field or multiple lines of text. How do i change the color of the background of the a user will input the text. I believe its in the Control section but unsure what to change.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Insert the following code into CSS-editor:
Code: Select all
.fd_control input,
.fd_control textarea {
background-color: red;
}
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Then use this:
Code: Select all
.fd_control input,
.fd_control textarea,
.fd_control select{
background-color: red;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 4 guests