Viewing 1 replies (of 1 total)
  • Not exactly clear what your referring to there. Are you looking for the grey background image in your css as shown below?

    #content (line 327)
    {
    background-color: transparent;
    background-image: url("images/bg-content-top.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    min-height: 100px;
    padding-top: 50px;
    padding-right: 0pt;
    padding-bottom: 30px;
    padding-left: 0pt;
    }
Viewing 1 replies (of 1 total)

The topic ‘Template is Auto-Adding Image Color?’ is closed to new replies.