• is it posssible to switch off the functionality of late content load?. on the high resolution display the content is displayed with white area instead of subfutures. we would like to swith off this functionality. is it possible please? and how. thank you in advance

Viewing 1 replies (of 1 total)
  • Yes, it is, but only by modifying the styles.css file, currently we have no option in customizer to do so.

    In styles.css, go to line 79, it has

    .hideme {
        opacity: 0;
    }

    change the opacity to 1:

    .hideme {
        opacity: 1;
    }

    save the styles.css file and you’re good to go.

Viewing 1 replies (of 1 total)

The topic ‘load on scroll’ is closed to new replies.