We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

nightshade mobile view - Nightshade | Forum

Ash
Ash Oct 7 '19
Hi

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 :)

Darryl B Leader
Darryl B Oct 7 '19

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;
}

The Forum post is edited by Darryl B Oct 7 '19
You do not have permission to reply this topic