top background

Where and which .css file to change the top background color. It looks like #484848. I would like to change it to either transparent or white.
Discussion of company’s products and Yii framework
https://monoray.net/forum/
header{ background: #444 url(../img/header.png) bottom left repeat-x; }
body,
.home-block-heading span,
.page-heading span{
background: #ebebe8;
}
Xpycm wrote:"css" folder -> skin.css
- Code: Select all
header{ background: #444 url(../img/header.png) bottom left repeat-x; }
and
- Code: Select all
body,
.home-block-heading span,
.page-heading span{
background: #ebebe8;
}
see also: "css" folder -> style.css