Title: Remove Last Border
Last modified: April 13, 2018

---

# Remove Last Border

 *  Resolved [Henry](https://wordpress.org/support/users/henrybaum/)
 * (@henrybaum)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-last-border/)
 * Minor issue – is there a way to remove the last bottom border in a list? I don’t
   want to remove the border on every item – only under the very last item.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [radektj](https://wordpress.org/support/users/radektj/)
 * (@radektj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-last-border/#post-10176577)
 * Custom css:
 *     ```
       .rpwe-block li:last-of-type {
         border-bottom: none;
       }
       ```
   
 *  Thread Starter [Henry](https://wordpress.org/support/users/henrybaum/)
 * (@henrybaum)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-last-border/#post-10177770)
 * Excellent, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Last Border’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Henry](https://wordpress.org/support/users/henrybaum/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/remove-last-border/#post-10177770)
 * Status: resolved