I have this body:
<body data-open="click" data-menu="vertical-menu" data-col="2-columns" class="vertical-layout vertical-menu 2-columns fixed-navbar">
In the parent layout, and I would like to put a background image, but I tried to change the css, looking for the class is supposed to be this line:
body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
margin-left : 0;
background-image: url('../images/fondo.jpg');
}
And he does not show me any image, what problem could there be?
Thank you very much in advance.