Hi,
Is it possible to change the color of a separator divider color?
Hi,
Is it possible to change the color of a separator divider color?
<pre><span><style>
.kxHqnt > .sep-line {
background-color: red;
opacity: 1;
}
you can change the color (blue, green or RGB format) and the opacity (0.5, 0.8, etc)
Thanks! I just add this as a rich text component where I want it to display?
yep
Nothing is showing
Try this instead. @wjcv06 was using a specific class name so it might not be the same in your own.
<pre><span><style>
[data-test="app-hr"] .sep-line {
background-color: blue;
opacity: 0.5;
}
Thanks! Nothing is displaying.
Ohhh I see…it changes the color for all of the dividers. I thought this was adding one.