maldboy88

Registered
Hello there.
Anyone knows how to change background color for specific forums?
I need to make 3 forums with 3 different background colors.
Below is a demo what i mean,using chrome elements
Capture.PNG
 
Code:
.nodeList  .node_XX  .categoryForumNodeInfo, .nodeList .node_XX  .forumNodeInfo, .nodeList .node_XX  .pageNodeInfo,
.nodeList .node_XX .linkNodeInfo {
    background-color: #hex_color;
}

you can find the corresponding XX by going into your node tree and clicking on the desired node you want to edit
http://yoursite.com/admin.php?nodes/node_name.XX/edit
 
Code:
.nodeList  .node_XX  .categoryForumNodeInfo, .nodeList .node_XX  .forumNodeInfo, .nodeList .node_XX  .pageNodeInfo,
.nodeList .node_XX .linkNodeInfo {
    background-color: #hex_color;
}

you can find the corresponding XX by going into your node tree and clicking on the desired node you want to edit
http://yoursite.com/admin.php?nodes/node_name.XX/edit
It works...thank you very much :geek:
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back