.sidebar h3:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before {
border-left: 9px solid #000 !important
By default it inherits the xbColor1.
You can add this inside extra.css for that specific area:
Code:.sidebar h3:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before { border-left: 9px solid #000 !important
Replacing 000 with your desired color.
.nodeList .categoryStrip .nodeTitle:before {
border-left: 9px solid #000 !important;
}
.nodeList .node_13 .categoryStrip .nodeTitle:before {
border-left: 9px solid #000 !important;
}