XF 2.1 How to change the color of this background...

DavidXLD

Active member
Licensed customer
Hi all,

After 1 hour, I am turning cray!!
Someone now how I can customize the background in the area where you can read "Official forums" below?

191867

I do not find where to change this color.

Many thanks in advance!

David
 
Cool, I understand my mistake now.
I was just changing the color and it does not work at all.
In fact the "Freeform CSS/LESS code" has also to be changed or deleted!
Thank you so much, you made my day!
David
 
Np, I think you could also use just css, put this in extra.less file and change red to whatever you want:

CSS:
.block-header {
    background: red;
}
 
Back
Top Bottom