I need help with my forums (http://159.203.34.248/index.php)
As you see, the colours of the nodes are white and blue, but my goal is blue, and a different shade of blue. Here's the code I've used:
.nodeList li.level_2:nth-child(even) .primaryContent
{
background: #0d98ba;
}
.discussionList li.discussionListItem:nth-child(even)
{
background: yellow;
}
It doesn't seem to change, one just always remains white. Please help.
Thank you,
Gavin
As you see, the colours of the nodes are white and blue, but my goal is blue, and a different shade of blue. Here's the code I've used:
.nodeList li.level_2:nth-child(even) .primaryContent
{
background: #0d98ba;
}
.discussionList li.discussionListItem:nth-child(even)
{
background: yellow;
}
It doesn't seem to change, one just always remains white. Please help.
Thank you,
Gavin