Stuart Wright Well-known member Sep 18, 2013 #1 It's specifically set to #ffffff, but I can't find where. I want to clear it. Thanks.
Russ Well-known member Sep 18, 2013 #2 Stuart Wright said: View attachment 56855 It's specifically set to #ffffff, but I can't find where. I want to clear it. Thanks. Click to expand... Typically nodes use "primaryContent" to be styled. I should note... primaryContent is rather global, so you could do something like... .nodeList .node .primaryContent { background-color: #here; } Upvote 0 Downvote
Stuart Wright said: View attachment 56855 It's specifically set to #ffffff, but I can't find where. I want to clear it. Thanks. Click to expand... Typically nodes use "primaryContent" to be styled. I should note... primaryContent is rather global, so you could do something like... .nodeList .node .primaryContent { background-color: #here; }