Blog homepage » Entry
Bootstrap December 23, 2019

Three ways to change CSS styles.

Benedykt Michalski

Inspirational Writer

In this mini-tutorial, I’ll show you how to use three functions to change background color in your project. The background color is just an example, and you can change other properties in the same way.

This description applies to three editors, Bootstrap Shuffle, Bulma Builder, and Tailwind Builder. The screens come from Bootstrap Shuffle but are so readable that you will easily find the same functions in the editor you are using.

Note: The last method (Custom CSS) is a new feature, that’s why I created this mini-tutorial 🙂

1. Visual panel with convenient pickers.

The easiest way to change your style is simply to find the right option in the variable settings of the CSS framework.

Using Color Picker to change background color.

You can use a search bar for this.

Searching for framework variables.

2. HTML Structure

The second method is to add the appropriate CSS class to the body element. You can do this in the HTML Structure panel.

To open it:

  1. Hover over the component you want to edit.
  2. Click the “Content” icon.
  3. Go to the “HTML Structure” tab
The HTML Structure panel.

Note: Each component you are editing has an additional “Parents” section, which includes a body element and a global wrapper.

You need a good knowledge of the CSS framework classes, but for ease of use, we have auto-completion, which will tell you the name of the class you are looking for.

Suggesting CSS classes.

You can read more about this panel here: “Using advanced editor functions to modify CSS classes“.

3. Custom CSS

We have made it possible to add your CSS code, so you can simply add a code that will change the background color for the body. Of course, you can create your CSS classes here and then add them in the HTML Structure panel (see step 2).

Using new panel to write your own CSS.

Note: Please use the Save button to save the CSS code. All other changes made in steps 1 and 2 are saved automatically. The CSS code can be so large that the autosave would be very inefficient (every time we save the changes, we have to recompile the framework to CSS).

Try it yourself: Bootstrap Shuffle

Related blog posts

Uncategorized January 29, 2026

Why Do Most AI-Generated Websites Look the Same?

Most AI-generated websites look the same because they are created from vague prompts that lack layout structure, design constraints, and clear visual intent. AI doesn’t “design” websites – it predicts patterns. When users ask for “a modern SaaS website” without further direction, the model defaults to the most statistically common layout it has seen: hero section, three […]

Benedykt Michalski

Inspirational Writer

Uncategorized January 27, 2026

How to Redesign an Existing Website Using AI?

With Shuffle Editor, you can redesign any website by simply providing its URL. Using Redesign Mode together with the Prompt Builder, you generate a new design draft, refine it in the visual editor, and integrate the updated code seamlessly with AI coding assistants like Claude Code or GitHub Copilot. This approach compresses months of work […]

Benedykt Michalski

Inspirational Writer

AI January 26, 2026

How to Write the Best AI Prompt for Webpage Generation?

The easiest way to create high-quality webpages with AI is to use Shuffle’s Prompt Builder. Instead of guessing what to type, this tool guides you through a visual step-by-step process to ensure your website matches your brand and functional needs perfectly.

Benedykt Michalski

Inspirational Writer

© 2022 Shuffle. All rights reserved.