XenForo Add bottom border for all items except last item

R

rehaM

Guest
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

Spoiler: Screenshot
1664928047122.png

Here is my code
CSS:

Code:
.p-body-sidebar .siropuRecentPosts .structItem
{
display: table !important;
border-bottom: 1px solid #3e4656;
}

and site The Chat Society

Continue reading...