Hi,
I try to put 2 differents image background.
One for landing page and one other for connected people.
The first one for landing page is ok, it's work, but the second dont show :/
I am not sure of the syntax in css for the second, specialy first ligne, can someone tell me if what I put in the custom.css is correct please?
The first one for landing page is ok, it's work, but the second dont show :/
I am not sure of the syntax in css for the second, specialy first ligne, can someone tell me if what I put in the custom.css is correct please?
/* Page Background landing page */
#page_guest_users-member_login #content-wrapper.container, #page_guest_home-index .container#content-wrapper {
width: 100%; !important;
padding: 0; !important;
margin: 0; !important;
background: url('/theme/Tradition/img/red.jpg');
}
/* end */
/*Page Background*/
body:not(#page_guest_home-index) {
background: url('/theme/alsace/img/bois.jpg'); !important;
}
/* end */
Add comment comment