Hi Ciarian,
How can I make a backgroundimage in Carmen template. The image should be visible always. The image should be a background image of the BODY. Only the image should be ALWAYS UNDER the white menu of the Carmen template.
On page https://testing.ademcoachingamsterdam.com/ademcoaching-amsterdam/ademcoaching-amsterdam-wat-levert-ademcoaching-op.html it is almost okay → But at the BOTTOM the background image should STOP where the footer (yellow) ends (under the red line in the attached image).
I made this custom CSS to achieve it. Is it okay or van it be more simple?
body {
background-attachment: fixed;
background-image: url("/images/ademcoaching-amsterdam-background-body-2400px.jpg"
background-size: cover;
}
#container_main, .item-image.pull-none + .item-content {
background-color: transparent;
}
#container_header {
background-color: transparent;
}
.is-sticky #container_header {
background-color: transparent!important;
}
Thanks,
Frank Hoekstra
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!