[Resolved] Help with a separator

Home Forums Support [Resolved] Help with a separator

Home Forums Support Help with a separator

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1093861
    Dimitar

    Hello,

    I am unsure how this separating line is called – https://i.imgur.com/k68Kcwh.png

    My question is, can I change its color and size in Generatepress?

    #1093881
    Leo
    Staff
    Customer Support

    Hi there,

    That is not a default element from GP.

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know ๐Ÿ™‚

    #1093906
    Dimitar

    Done. Thanks.

    #1093967
    Leo
    Staff
    Customer Support

    Try this CSS:

    hr {
        background-color: #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1094908
    Dimitar

    Thanks.

    This does work and changes the color. Any chance the size can be changed too? Not the width, the height I want the line to be thicker.

    #1095024
    David
    Staff
    Customer Support

    Hi there,

    add the height: 2px; property to the CSS Leo provided.

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