Hello:
This is the the continuation of thread #929149.
As described there I would like to create invidual backgrounds for pages on a site which works with boxed layout. As suggested by Mike I send my credentials in private area
BR
Clemens
Hey clemens,
Thank you for using Enfold.
Please remove the default background and use this css code instead.
.page-id-10438:before, .page-id-734:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background-size: cover;
}
.page-id-10438:before {
background: #ededed url(//www.muu-kuchen.de/wp-content/uploads/2014/11/muu-Kuchen-im-Glas-Hintergrund.jpg) top left repeat scroll;
}
.page-id-734:before {
background: #ededed url(//www.muu-kuchen.de/wp-content/uploads/2014/11/muu-Kuchen-im-Glas-Hintergrund.jpg) top left repeat scroll;
}
Adjust the background url value.
Best regards,
Ismael
Thx! I am going to test it and will report here!
Clemens
Hi,
I have not tested any plugins but there are many out there which allow you to do this.
If you find any issue managing with the CSS. Please give this plugin a try https://wordpress.org/plugins/page-specific-stylesheets/
Thank you for choosing enfold.
Best regards,
Vinay