I can’t see the slide under the Particleground background

This is usually just a z-index issue where the particleground code sits at the top and buries the slider text. Add the following CSS to the Row > Advanced > Main Element:

z-index: 99999;
position: relative;