XF 1.4 Change color category

Hello Maru,

What shall I change cause I just want to change the white to a lightgrey?

Please find my sub-heading:

Capture_d_cran_2014_12_11_23_18_26.png


My website to see what I mean with the category font: bet-clever.com

Is it possible to border the white rectangle just near the marges?

Thanks,
 
This is for the category title but I want to change the text color of the category content and I have tried almost everything in this menu but it doesn't work... :(
 
Style Properties > Color Palette > @contentBackground

However, if you only want to change it on the forum list, add this to your EXTRA.css template, changing the color to suit:

Code:
.node .nodeInfo.primaryContent {
    background-color: red !important;
}
 
The first step change the category and the rest around the category (widget sidebar,...) but can we just change the category content avec keep the white outside categories?

Capture_d_cran_2014_12_14_06_20_17.png


Do you see what I mean, outside the category rectangle, the color is the same and I want to keep white for this...
In fact, I just want to change the background color of the category without changing anything else.

Thanks,
 
Top Bottom