Archived topic
Format separator line
3 replies · Started by Trey on September 23, 2021
The separator in Gutenburg block editor looks like two skinny lines as shown here 
I would like the line to be one solid black line. Is there a way that I can format it this way?
Thanks
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;
}
Thank you David!
Glad to be of help