Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1186253

    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!!!

    • This topic was modified 4 years, 9 months ago by studiono.
    #1186570

    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

    #1186634

    it works! Thanks a lot!

    #1186762

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to add a line after news titles in latest news widget’ is closed to new replies.