Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.nodeList .node_XX .categoryForumNodeInfo, .nodeList .node_XX .forumNodeInfo, .nodeList .node_XX .pageNodeInfo,
.nodeList .node_XX .linkNodeInfo {
background-color: #hex_color;
}
It works...thank you very muchCode:.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
This changes only the disccusions and messages color not the node titleAdd below: background-color: #hex_color; just color: #hex;
This changes only the disccusions and messages color not the node title
.node_## .nodeText .nodeTitle a
{
color: #000;
}
Yeah this works,thanksCode:.node_## .nodeText .nodeTitle a { color: #000; }
This should probably do it.