Archived topic
Help with a separator
5 replies · Started by Dimitar on December 4, 2019
Hello,
I am unsure how this separating line is called - https://i.imgur.com/k68Kcwh.png
My question is, can I change its color and size in Generatepress?
Hi there,
That is not a default element from GP.
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Done. Thanks.
Try this CSS:
hr {
background-color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks.
This does work and changes the color. Any chance the size can be changed too? Not the width, the height I want the line to be thicker.
Hi there,
add the height: 2px; property to the CSS Leo provided.