Archived topic
Line divider for topics in the recent posts widget
5 replies · Started by Rika on August 27, 2021
Hi Support,
What is the CSS for a simple line divider in the recent posts widget. I would like to add the divider after each post title.
Thanks,
Rika
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi Leo,
I've linked the website.
Thanks
Rika
Try this:
.inside-right-sidebar .wp-block-latest-posts li {
border-bottom: 1px solid #000;
}
Thank you Leo.
Works perfectly.
Rika
No problem :)