Basics of CSS in bucket.io - Text Fields
Advanced customization is a feature located in the Design section, and is recommended for users with advanced developing skills because it involves understanding and writing code. However, for the adventurous types, it's helpful to know that the original formatting can always be reverted back to, so nothing is permanent. Here are some basic tips to change the design aspect of a funnel. *Pictures can be expanded by simply clicking on them
To change the color of text fields (for contact info fields and text type of questions), this is the code to use:
::placeholder {
color: red;
}
If the code is not within the CSS, simply copy and paste from this article, and always remember to click "Save" located at the top-right corner.
Related Articles
Basics of CSS in bucket.io - Text Color
Advanced customization is a feature located at the Design section, and is recommended for users with advanced developing skills, since it requires writing code. However, if you are feeling adventurous and want to give it a shot, please know that you ...
Basics of CSS in bucket.io - Buttons
Advanced customization is a feature located at the Design Page, recommended for users with advanced developing skills since it is all about writing code, however if you are feeling adventurous rest assured you can reset it to the original format. ...
Basics of CSS in bucket.io - progress bar
Advanced customization is a feature located at the Design Page, recommended for users with advanced developing skills. Here are some basic tips to change the design aspect of your funnel (if you are having problems seeing pictures in this article, ...
Basics of CSS in bucket.io - Background Transparent
Advanced customization is a feature located at the Design Page, recommended for users with advanced developing skills since it is all about writing code. If you are feeling adventurous, rest assured that you can reset it to the original format. Here ...
Basics of CSS in bucket.io - Content box
Advanced customization is a feature located at the Design Page, recommended for users with advanced developing skills since it is all about writing code, however if you are feeling adventurous rest assured you can reset it to the original format. ...