I am using Skadate with this plugin is it possible to set a background image on the landing page?
Thanks
Rockyuk
I am using Skadate with this plugin is it possible to set a background image on the landing page?
Thanks
Rockyuk
You can achieve this using CSS. Simply add a custom css in the theme setting.
Regards
.container{
background: url('YOUR IMAGE HERE') fixed;
background-size:cover;
}
Hi there,Are you still having this issue? PM me your URL.I tried that but it has not worked and does not display the image?
.container{
background: url('YOUR IMAGE HERE') fixed;
background-size:cover;
}
.container {
background: url("http://test.com/test.jpg") no-repeat center center fixed !important;
background-size: cover !important;
}
The above code works great. fond it further down in the forum. Thanks
Is it possible to have more than 1 background image?
For example it would be nice to have say 5 images and have them scrolling from 1 to the other.
Cheers.