Home Forums Exoplanet Pro How to restrict the number of slides to one and suppressing the controls Reply To: How to restrict the number of slides to one and suppressing the controls

#2649
Andy
Keymaster

Hi Thomas

When there is only one slide defined it should not switch to an empty slide, and the back/forward controls will not be displayed similar to our style 3 demo.
Make sure not to add anything to any slider other than the first one.

To hide the down arrow button, add this in Additional CSS in the customizer:

.after-slide a{
display: none;
}

If I use a slider less version, the bottom section is shown in the middle of the screen. Is it possible to fixate that section at bottom of the page like it’s done using the fullpage slider?
Sorry I don’t quite understand what this means. To which bottom section are you referring? The site footer?