XF 1.3 Darkening between Nodes

Morts

Member
I am a complete novice and not a coder. Thought I would make that clear before the replies. I simply would like to know where in the Color Pallate are the borders between nodes located and how are they labeled so I can darken the color so the line is more visible between nodes and threads. Thanks and I apologize for the novice question.
 
You will probably need to use EXTRA.css for that:
Code:
.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo
{
border-bottom-color: red !important;
}
 
Top Bottom