XF 1.2 Sidebar background

Bump same problem how can i chnage sidebar background colour
Does
Code:
.sidebar .secondaryContent {
background-color: green;
}
not work? You may have to put an !important after the color depending on your style.

EDIT:
This goes in EXTRA.css in case you were not sure.
 
Last edited:
Update: I used that code but it didn't change the font color. Here's my code..
Code:
.nodeList .categoryStrip .nodeTitle a {
    font-size: 20px !important;
    color: #22578B;
}
 
Top Bottom