How can i keep the background slide show on mobile as well!
This is one of the best themes in oxwall! - you keep buying themes and then at the end this is where you land upon :)
How can i keep the background slide show on mobile as well!
This is one of the best themes in oxwall! - you keep buying themes and then at the end this is where you land upon :)
You could try adding this to the custom css in the admin panel. Keep in mind that the images are disabled in mobile to reduce mobile load time, and to limit bandwidth needed for mobile view.
.cb-slideshow, .cb-slideshow::after {
display: block !important;
}
.ow_page_wrap {
background-image: none !important;
}