• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Change background.

I want to change the background globally. I have tried replacing bliss.png with a static color image but for the portion below the upload box , I am unable to change the color.

Also I want to change the background of the footer.

Someone please help here.

Thanks.
 
#content {
top: 73px;
background: url(./theme-img/bkg-content.png) no-repeat;
width: 920px; /* 994 - 37*2 */
min-height: 180px;
padding: 64px 37px;
overflow: auto;
margin-top: -26px;
}

It also has static image background of a fixed portion. Where do I change the color of the complete background ?
 
in html {

P.S. You should use a web inspector like Firebug or Chrome's web inspector.
 
Back
Top