Easy way to add a dark mode to your Bubble app
In this tutorial, you'll learn how to create a Light and Dark mode for your Bubble app. All in less than 5 mins.
You don’t need several text elements to display different texts under different conditions. You can use conditional statements to change the text. This will make your app simpler to organise and manage.
Let’s say you have a dropdown where I can select a product. You want a text element that tells you whether the product is ‘For Sale’. But, the product status is stored in a Yes/No field type, so you cannot display the product status using dynamic data.

How you can do it is to create two conditional statements. One to show a text if the ‘For Sale’ field is Yes and another if it is No.

And this is a generic example. You can also change the font, colour, alignment and a host of different properties of the text element depending on the conditions.
Let’s take another example. You want to show a text based on the custom state value.
Bookmark
How to use Custom States
Custom state is the one of the most powerful features of Bubble. And many Bubble beginners struggle to use them.
We can create a simple toggle element to change the custom state value. Then we can use the custom state’s value to show text based on the current value of the custom state.

The main takeaway is that just like the other features of Bubble, the text element is also powerful and can be customised for our needs. The only limiting factor is our creativity.
Preview - https://nocodeassistant-tutorials.bubbleapps.io/version-test/dynamic-text
Editor - https://bubble.io/page?type=page&name=dynamic-text&id=nocodeassistant-tutorials&tab=tabs-1
Bookmark
5 common mistakes to avoid when building with Bubble
Are you building with Bubble.io? Avoid these 5 common mistakes when building your Bubble.io app.
Bookmark
Honest Bubble.io Review - the most user-friendly and powerful app builder?
Bubble is an amazing platform to build your business. It’s easy to use and can be up and running in a very short time. However, there are some limitations to what Bubble can do. Get an honest review of the pros and cons of Bubble.io.
If you need some help with your Bubble app or a team of Bubble developers to build a Bubble app for you, reach out to me at himanshu@nocodeassistant.com. You can also follow me on Twitter.
Continue reading
In this tutorial, you'll learn how to create a Light and Dark mode for your Bubble app. All in less than 5 mins.
You've likely heard about Single Page Apps (SPA) at least once on the Bubble forum. Since Single Page Apps don't navigate users to other pages, it's important to figure out how you'll handle content visibility.
Do you want to put a Group Focus inside a Repeating Group in Bubble but can't find a way? There is a workaround. We create a Reusable element.