Archived topic
Divider inside a single widget
10 replies · Started by Stefano on December 20, 2017
In a widget, how can I add a divider between any single voice of a list? For instance, between the single recent posts, the single categories, the single tags, and so on?
Here's how I'd like to get:

Hi there,
Try something like this:
.sidebar li {
border-bottom: 1px solid #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you!
It works fine
No problem!
Thanks for it
how to add arrow style to a widget post
Can you link me to the page in question?
Try this:
.widget ul li:before {
content: "\00BB";
}
Please open a separate topic if this doesn't work as it's unrelated to the title of this topic.
Thanks!
Thanks, it works very well.
No problem!