Home Forums Exoplanet Setting the size of the featured image in the home page slider Reply To: Setting the size of the featured image in the home page slider

#5332
Andy
Keymaster

Update: just thinking about this, you could set a background image for the whole of the slider area to show behind the slides, with this Additional CSS:

#home-slider-section {
    background-image: url("url-of-your-image");
}

change ‘url-of-your-image’ to the actual image URL which you can get by clicking on your image in the dashboard media library to open up the image editor.