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
Here is my code
and site https://thechatsociety.com/
Here is a photo for reference, want to remove the border the arrow is pointing to
Here is my code
CSS:
.p-body-sidebar .siropuRecentPosts .structItem
{
display: table !important;
border-bottom: 1px solid #3e4656;
}
and site https://thechatsociety.com/