Painted black....
Posted: 16 Dec 2014, 03:01
...or gray 
How can i change the default White color?
Thaaaaaanks
How can i change the default White color?
Thaaaaaanks
.someelement {
color: #FFF;
}If you change the background, you will have problems matching other elements. Try the below in your panel custom/css/ to set the background and you will perhaps understand how big job you are undertaking ...illunis wrote:yes..i agree....for starters i just want to change the background color....
.sb-site-container>div {
background: #CCC;
}