XF 1.4 Side bar background color

Phil

Active member
Licensed customer
Basic question....

Lost in the CP :)

I can´t find the option anymore......

Blue.webp

Thanks.
 
Then yes, Style Properties > Sidebar.

By default it's transparent and inherits from the Secondary Content style property under Building Blocks. You'll need to give it a background.
 
Thanks,

so this what we´ve got:

05.webp
The red color is for the number 1

Where should i go in the CP to change the color for the number 2 (white) and 3 (light blue)

06.webp

Thanks.
 
Hello ,

no suggestions ? ;)

Sidebar blocks inherit secondary content by default, this in extra.css should cover you (y)

Code:
.sidebar .secondaryContent {
background-color: #f4c3c3;
}
(of course change to your own preference of color :) )

Screenshot_3.webp
 
Back
Top Bottom