Hi!
I want to add a background image to the template serenity in modul base.
via template settings this is possible for the modules top, bottom, but not for base.
Is there a way to do this?
Thanks
#container_base {
background-image: url("#");
background-size: cover;
}
#container_base {
min-height: 570px;
background-image: url("http://www.wienerbergschule.at/images/logo_und_hintergrund/teich_wienerberg.png");
background-size: cover;
}