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 can always reset it to the original formatting if you're not happy with your changes.
Here are some basic tips to change the design aspect of your funnel (if you are having problems seeing pictures in this article, click any and they will expand):
Changing text color of the following sections:
- Header
- Footer and Navigation Link
- Headline
- Sub-headline
- Body and Sub-body
- Answers
Below there is the piece of code needed to change the text color for each section (see the images for example):
Header
.bucket_header_text_color{
Footer and Nav Link
.bucket_footer_text_color{
.bucket_navbar a {
Headline
.bucket_headline_text_color{
Sub-headline
.bucket_subheadline_text_color{
Body and Sub-Body
.bucket_body_text_color{
Answers
.ask-question-answers input,.ask-question-answers label,.ask-question-answers textarea {
Related Articles
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 ...
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. ...