Page 1 of 1

top background

PostPosted: 06 Aug 2016, 23:28
by sandra
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.

Re: top background

PostPosted: 08 Aug 2016, 10:50
by Xpycm
"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

Re: top background

PostPosted: 26 Aug 2016, 11:58
by abooodibrahim
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


Xpycm! thnks for your helpful post :-)