XF 2.2 Add bottom border for all items except last item

rehaM

Member
I am trying to add a border between each block, without adding the border beneath the last item

Here is a photo for reference, want to remove the border the arrow is pointing to

1664928047122.webp

Here is my code
CSS:
.p-body-sidebar .siropuRecentPosts .structItem
{
display: table !important;
border-bottom: 1px solid #3e4656;
}

and site https://thechatsociety.com/
 
Top Bottom