I want change background image?

I used section tag and css background image for website landing page and I want change image background? Please help me.
CSS:
#aboutus {
background-image: url(…/img/bg/bg_aboutus.png);
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
height: 1024px;
}

You can’t change background image with Sitecake. Sitecake is made only for content changes, background is more of a design.

1 Like