Hi Together,
i´ve a Problem to put a Backgroundimage for the Contentheader in the CSS.
In the css-file i found this Part, i think its for format the Contentheader:
.contentheading, .contentpagetitle {
color: #772b1a;
background: url(../images/seperator.gif) repeat-x bottom left!important;
font-weight: bold;
font-size: 13px;
}
There i changed the Backbround to:
.contentheading, .contentpagetitle {
color: #772b1a;
background-image: url(../images/verlauf2.jpg);
background-repeat: no-repeat;
background-position: top left;
font-weight: bold;
font-size: 13px;
}
I would like to have this Design:
But after upload the css-File nothing happens. No Backgroundgrafik :-[ :confused:
Ive uploaded the needed images to the template-Image-Folder.
Who can help me? How i can realise a Background?