[Resolved] separator block default color change

Home Forums Support [Resolved] separator block default color change

Home Forums Support separator block default color change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1292598
    Conor

    Hi, I’m trying to change the default color of seperator blocks.

    Seperator blocks are the blocks that add a little line ————– like this as a paragraph.

    On my site, their default color is grey and I can change them manually to white, but I rather the default color be white and then I can mannually change them to grey.

    Any help would be greatly appreciated ๐Ÿ™‚

    I added a link to the post that has a few of these seperators..

    Thanks again for everything,
    C

    #1292861
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    hr {
        background-color: #ffffff;
    }

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

    #1331823
    Conor

    Thanks

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