[Support request] How to make like GP

Home Forums Support [Support request] How to make like GP

Home Forums Support How to make like GP

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #1536014
    David
    Staff
    Customer Support

    That will require some CSS.
    First edit the Headline block, in Spacing set the Border Bottom width you require, then set the Colors > Border. Then in Advanced > Additional CSS Class(es) add: dotted-border.
    Publish those changes.

    Then add this CSS to your site.

    .dotted-border {
        border-style: dotted;
    }

    This post here explains the various border-style properties:

    https://www.w3schools.com/cssref/pr_border-style.asp

Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.