Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ralle Friend
    #116792

    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?

    mbasche Friend
    #209635

    Hallo ralle,
    versuche mal das

    .contentheading, .contentpagetitle {
    color: #772b1a;
    background-image: url(../images/verlauf2.jpg) no-repeat left left bottom;
    font-weight: bold;
    font-size: 13px;
    }

    Ralle Friend
    #209636

    Jo habs hinbekommen! 🙂

    Vielen Dank für deine Anregung!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ralle 17 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum