[Resolved] Sidebar seprator for recent posts

Home Forums Support [Resolved] Sidebar seprator for recent posts

Home Forums Support Sidebar seprator for recent posts

  • This topic has 3 replies, 2 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81887
    avataar

    Hi I want to achieve this kind of http://awesomescreenshot.com/08c4itjc31 look n feel for my separator.

    Pls. suggest

    #81960
    Tom
    Lead Developer
    Lead Developer

    This should do it:

    .widget_recent_entries li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px;
    }
    
    .widget_recent_entries li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    #82078
    avataar

    where should I put it, I am not a developer.

    #82081
    Tom
    Lead Developer
    Lead Developer

    Sorry – you can use the CSS plugin I link to below in my signature.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.