[Resolved] How to change the color for separator

Home Forums Support [Resolved] How to change the color for separator

Home Forums Support How to change the color for separator

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #761252
    pancakebg

    Hi, i’m wondering if there is a way to change the color for separators with css in gutenberg?

    #761323
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    hr {
        background-color: #000;
    }

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

    Let me know πŸ™‚

    #761329
    pancakebg

    Works, thanks! πŸ™‚

    #761387
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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