Xantam Active member Apr 5, 2015 #2 You need to find the template: node_list.css Find: .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { @property "primaryContent"; background-color: transparent; padding: 10px; border-bottom: 1px solid transparent; @property "/primaryContent"; border-top: 1px solid transparent; border-bottom: 0; padding: 0; Click to expand... And change the red parts to transparent where it was previously @Primarylighter or whatever it was. No idea if this is the official way, but it worked for me. Upvote 0 Downvote
You need to find the template: node_list.css Find: .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { @property "primaryContent"; background-color: transparent; padding: 10px; border-bottom: 1px solid transparent; @property "/primaryContent"; border-top: 1px solid transparent; border-bottom: 0; padding: 0; Click to expand... And change the red parts to transparent where it was previously @Primarylighter or whatever it was. No idea if this is the official way, but it worked for me.
R rdn Well-known member Apr 5, 2015 #3 Solved. Code: /* Remove node border */ .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { border-bottom: none !important; } Upvote 0 Downvote
Solved. Code: /* Remove node border */ .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { border-bottom: none !important; }