Site logo

[Support request] How to make “Dash line effect” for container box?

Home Forums Support [Support request] How to make “Dash line effect” for container box?

Home Forums Support How to make “Dash line effect” for container box?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1910776
    Trạng

    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

    #1910848
    Trạng

    Hello, anyone can help?

    #1910860
    David
    Staff
    Customer Support

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.