[RSS Feed/News] Add bottom border for all items except last item

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom