Site logo

Archived topic

How to make "Dash line effect" for container box?

2 replies · Started by Trạng on August 28, 2021

Viewing posts 1–3 of 3

Hi I want to build a container box with border line is "dash" like this. How could I do that?

The site in demo here

Hello, anyone can help?

Hi there,

are you using GenerateBlocks to add the Container ?
If so, select the Container Block, and in Advanced > Additional CSS Classes add:

border-dash

then add this CSS to your site:

.gb-container.border-dash {
    border: 5px dashed #fcb900;
}

Make sure you have NOT set a border style in the Container Blocks Spacing or Colors.

This archived topic is closed to new replies.