Archived topic
How to change the color for separator
3 replies · Started by pancakebg on December 19, 2018
Viewing posts 1–4 of 4
Hi, i'm wondering if there is a way to change the color for separators with css in gutenberg?
Hi there,
Try this CSS:
hr {
background-color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Works, thanks! :)
No problem :)
This archived topic is closed to new replies.