Using the Design Panel

Design panel provides you with visual tools to style your page content. You can design for different screen sizes, which creates the required styles and media queries for the selected device.


Adding Custom CSS Styles File

The design panel requires you to add a custom CSS file, where the styles are being written and saved. This can easily be done, by selecting your custom CSS file in the Project Settings.

When clicking on a component in your project, you will see the design panel on the right. This is where you are going to make all the design changes.

Creating a Custom Class and Styling Content

In order to style an element on your page, first you need to create a CSS Class. That’s really easy in Design Panel.

The changes are visible immediately in Design View! You can style the selected element as you need it.

Reusing CSS Classes

You can easily reuse any of the CSS Classes created in your Styles File.

Removing CSS Class From Elements

Removing CSS Classes applied to your elements is a matter of two clicks.

Styling Element States (Pseudo Classes)

You can style an element state, such as active, hovered, focused or visited.

If you are curious, the code which is created by Design Panel can be found in the Custom CSS Styles File.

Responsive Styling

With the Design Panel you can apply different styles to your elements, depending on device sizes/media queries. By Default, for Bootstrap based pages, the styles are applied for the selected devices size and up.

Community Page
Last updated: