Left and Right border

wRolf

Member
Can't seem to find out where to edit the color for the left and right border on SecondaryContent. If anybody can point me to where it is, I'd greatly appreciate it. Thanks.

border.webp
 
I'm sure the following is what you need to modify:

Code:
.discussionListItem .stats dl {
    border-left: 1px solid red!important;
    border-right: 1px solid red!important;
}
 
Top Bottom