XF 2.0 change color of node title

Ohhh, in that case add this to your extra.less template.

CSS:
// ########################### NODE TITLE BACKGROUND ########################
.block-header a {
    background: black;
}
 
Top Bottom