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
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.