I want to change the color of "Rules and Announcements" board (and all other boards) to orange for example.
What CSS changes that?
also a side questions. How can I change the boards icon? the icon is seen on the image on the left side of "Rules and Announcements"?
I tried:
Code:
.nodeList .categoryStrip .nodeTitle a {
color: #6d3f03;
}
but it changed the color of the main node and not the sub nodes or boards as they are called usually.
Last edited: