Home › Forums › Exoplanet › Fullscreen Slider Image does not fit › Reply To: Fullscreen Slider Image does not fit
February 24, 2017 at 1:57 pm
#1100
Andy
Keymaster
Looking at your site, the slider is full screen, in that it fills the whole of the screen as intended.
However if you want to hide the footer on the home page only, add this in Customize > Additional CSS:
.home footer {
display: none !important;
}
#home-slider-section {
margin-bottom: 0;
}
the first part will hide the footer, and the second part makes sure there is no padding below the slider.