Border

Borders can be set for an element from Appearance> Borders. When setting a border, you can specify the border side (top, right, bottom, left), width, style, and color.

Learn more

Border side

You can set which border to display, top, right, bottom, or left. To select all sides - click on icon in the center.

Border width

The width of the border can be set using CSS units

Border

  • None: No border is set. The default is none.

  • Dotted: Border displayed as a dotted line.

  • Dashed: Displays the border as a dashed line.

  • Solid: Represents the border with a line.

Border color

You can set a color for a border. You can pick a color from color-picker, or by typing color value in HEX or RGBA format inside color-picker.

Last updated