Canvas Documentation
Bubble Best Practices
v3.7
v3.7
  • Introduction
  • Key Features
  • What's New
  • For Designers
  • CANVAS FUNCTIONALITY
    • Getting Started
    • Branding & Design
    • Marketing Pages
    • Bubble Pages & Blocks
    • Roles & Permissions
    • Menus & Navigation
    • Data & Workflows
    • Emails & Alerts
    • Miscellaneous
      • Setting up two factor authentication
      • Cookie and consent banner
      • Setting your password policy
      • Set up Payment info on Account page
      • Loading screen
      • Configuring multiple languages
      • Customizing your app's portal page colors
    • Reference
      • Pages
        • Index
        • Admin Portal
        • Account
        • Login
        • Legal
        • Reset Password
        • 404
      • Reusable elements
        • Header
        • Footer
        • Signup & Login
        • Cookies Permission
        • Widgets
          • App security
          • Header Widgets
          • Workflow Widgets
        • Admin Portal
          • Admin analytics
          • Admin email & templates
          • Admin header & footer
          • Admin legal popups
          • Admin branding, launch, and settings
          • Admin marketing pages
          • Admin portal canvas logic
          • Admin options settings
        • Menu Focus Elements
      • Data types
      • Option Sets
      • Backend Workflows
      • Design standards
        • Manually Building UI
  • Bubble Best Practices
    • Learning Bubble Basics
    • Principles
    • Database
    • Design
    • Security
    • SEO
    • Speed
    • Modularity
      • Data triggers
  • Canvas library
    • Page templates
      • Free Bubble Marketing Page
      • Premium Bubble Marketing Page
      • Centered Profile Page
      • Left-Justified Profile Page
      • Standard page
      • Toggle Tabs Page
      • Menu Page
      • Mobile Menu Page
      • Video List Page
      • Standard Portal / Dashboard Page
      • Simple Portal / Dashboard Page with Icons
      • Double Sidebar Portal Page Template
      • Search Page
      • Map Search Page with Toggle and Filters
      • Floating Map Search Page
      • Search Bar Page
      • Multi-Step Page With Progress Bar
      • Standard Multi-Step Process Page
      • Multi-Step Process Page with Sidebar
      • Gallery Profile or Product Page
      • Sidebar Profile Page
      • 2-Column Menu Tabs Page
      • 2-Column Checkout Page
      • 2-Column Video Chat Page
      • Vertical Multi-Step Page Template
    • Blocks
      • Monthly Calendar Scheduling Widget
      • No Reply Comments Thread
      • Nested Comments Thread (with Like and Reply)
      • Placeholder Group
      • List with Circular Progress Bar Repeating Group
      • Top Input Chat Widget
      • Bottom Input Chat Widget
      • Toggle Tabs Group
      • Single-Select or Multi-Select Pill Tabs Group
      • Settings group
      • To-Do List Repeating Group
      • Title Group with Button and Filters
      • Product Details Group With Progress Bar
      • Listing details with Icons and Menu Focus Group
      • Week Daily Availability Group
      • Frequently Asked Questions (FAQ) Repeating Group
      • Dismissible Module
      • Video Group
      • About Group
      • Add to Cart Group
      • Full Width Map with Directions Link
      • Location Module (Map and Directions)
      • Drag and Drop Repeating Group
    • Popups
      • Confirmation Popup
      • Message Popup
      • Image Popup
      • Video Popup
      • Vertical Scroll Popup
      • Edit Popup
      • Standard Form Popup
      • Subscribe Popup
      • Feedback / Contact Popup
      • Details Popup
      • Add List Popup
      • Advanced Form Popup
      • Rating Popup
      • Toggle Tabs Popup
      • Share Popup
      • Multi-Step Popup
      • Invoice Popup
      • Stripe Credit Card Purchase Popup
      • View Profile Popup
      • Send Message Popup
      • Multi-Select Pill Tabs Popup
      • Pricing Plans Popup
Powered by GitBook
On this page
  • Basic Branding
  • Name
  • Logo
  • SEO & Social
  • SEO
  • Social Links
  • Styles & Colors
  • Using Styles instead of setting individual properties
  • Use conditional properties if you need to deviate from a style
  • Update your App's Colors
  • Update your App's Styles

Was this helpful?

  1. CANVAS FUNCTIONALITY

Branding & Design

Manage all the branding and design elements for your application

PreviousGetting StartedNextMarketing Pages

Last updated 4 years ago

Was this helpful?

Basic Branding

It's important to update the branding of your application in the admin portal as we use this data throughout the application to display your company's information.

To get started, click the Branding tab under Setting in the left menu of the admin portal.

Name

The name that is set here is used extensively throughout the front end of your application as well as in emails and notifications sent to your users.

Logo

In this tool you can set desktop and mobile logos for both light and dark backgrounds. The logos set here are displayed in the top left of your application header as well as in your emails and other communication.

The browser favicon cannot be set here and must be uploaded to the Bubble editor under Settings > General > Favicon

SEO & Social

SEO

SEO descriptions and tag lines are set under Branding > Default SEO/Social Tags. This data is when indexing your app's pages for search results and by other services to display data about your platform in link previews.

Marketing pages created using the page builder and Bubble pages that are added with the extension will all use these SEO tags by default.

If you would like to customize these tags for a specific page:

  • Marketing pages Change the SEO settings for an individual page from the Pages tab in the admin portal

  • Bubble pages Edit the SEO settings directly from the page header input on the page's property inspector

Social Links

Links to your social media channels can be shown in the footer throughout the application. To manage what is displayed click on the Header/Footer link in the left menu, scroll down to the Footer section, and click on Social media tab.

Here you can manage what links are shown and the icons that should be displayed.

Styles & Colors

Using Styles instead of setting individual properties

Canvas uses a consistent set of styles (set in theStyles tab). We recommend using these styles instead of manually setting visual attributes on an element, as this maintains consistency and makes it easier to make adjustments later.

You can make adjustments to these styles by going to the Styles tab in the Bubble editor.

If you might be using some of our advanced features such as style updates, you should refrain from modifying existing styles or changing any of their names.

Use conditional properties if you need to deviate from a style

It's not unusual for a specific element to need formatting specific to only that element. When this scenario arises, you can use a conditional to set a specific property for that element. For instance, maybe all the properties on the Text_Regular_Black_Body_16pt style are perfect except you need the text to be center aligned.

Rather than removing the style for that text element, we can adjust the text alignment property using a conditional that has an expression which will always be true.

Under the Conditional tab in the property editor for the element you need to change, click 'Define another condition', add an expression that say's This url is not empty, select the Text alignment property and set it to Center.

Because the url for the site will always exist (i.e. is not empty) this condition will always be true so the text will display with center alignment. And since we have maintained the linkage to the style itself, if we make any changes to this style it will automatically be reflected in this element as well!

There are other 'always true' expressions that can be used such as Current date/time is not empty or This element is visible

Update your App's Colors

At times you need to change the main colors your app is using. While you could do this by going through all the styles one by one, Canvas makes this simple by providing a tool in the Canvas extension that will do all the work for you.

Open the Chrome extension and click on 'Update app color'. Here you can select your primary, secondary, and tertiary colors for the app. Select your new colors and click 'Update colors'.

It will take Canvas up to 5 minutes to update the colors across all the styles in your application. You will need to leave your browser window open while the colors are being updated so plan accordingly when triggering this action.

How to use the different types of colors

Primary Colors: Styles with this color should be used for the main colors through your application and for positive action elements such as a button that creates or updates a thing in your database.

Secondary Colors: Styles with this color should be used to accent the design of your application as well as secondary action elements such as a Save As Draft button that is an alternative to a primary action Save & Publish button.

Tertiary Colors: Styles with this color should be reserved for warning, alert, and negative action elements such as a delete button

Update your App's Styles

If your version of Canvas is not the latest version, when you add a new page or block to your app it may contain styles that have not yet been added to your Bubble application . In this scenario you will be prompted to update the app's styles.

It will take Canvas 5 - 10 minutes to update the styles in your application. You will need to leave your browser window open while the styles are being updated so plan accordingly when triggering this action.

The Canvas template is based on the principles, which we use with most of our clients. This makes it easy to translate specs into apps without getting caught up in the creative process.

Not sure what colors to use? Check out this r for ideas!

AirDev Canvas Design
color palette generato
used by Google
Link preview for Canvas
Edit properties in the Styles tab