[Resolved] Format separator line

Home Forums Support [Resolved] Format separator line

Home Forums Support Format separator line

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1941075
    Trey

    The separator in Gutenburg block editor looks like two skinny lines as shown here line

    I would like the line to be one solid black line. Is there a way that I can format it this way?

    Thanks

    #1941334
    David
    Staff
    Customer Support

    Hi there,

    see my reply here:

    https://generatepress.com/forums/topic/change-separator-color/#post-1889032

    The CSS provided there will return the Separator to the default GP line.

    If you want just a single solid line you can add this CSS instead:

    hr.wp-block-separator {
        border-bottom: none;
        background-color: none;
    }
    #1942177
    Trey

    Thank you David!

    #1942796
    David
    Staff
    Customer Support

    Glad to be of help

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