hi team,
i want to change the header, instead of the black colour, i want some image to come there, how can i go about that

Comments

kisugiai’s picture

div#masthead
{
	background-image: your image;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: auto;
	background-color: transparent;
}

div#header .header-right, div#header .header-right
{
	background-image: none;
}
kisugiai’s picture

Status: Active » Closed (fixed)