Hello,
I need to add a line after each < li > (except the last one) in the latest news widget to use in the sidebar for the blog posts.
I am sending you the link to the website and a screenshot of what we need to achieve.
Thanks!!!
Hey studiono,
Add this to quick css:
#top .news-wrap li {
border-bottom: 1px solid #dfdfdf!important;
}
#top .news-wrap li:last-child {
border-bottom: 0px!important;
}
Best regards,
Jordan Shannon
it works! Thanks a lot!
Hi,
No problem, I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon