Image Slider Background Image

Permalink
Hi There,

I need help withhttp://www.Doboa.com, the background image of the slider on the homepage does not stretch when the screen is too big, it repeats itself. But I can't find where to set the correct css styles for it. How can I make it so that the background image of my 5.7 image stretches and doesn't repeat?

If there is a better way to do it outside of a image slider I am open to that as well.

mydoboa
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi mydoboa,

Add this CSS to your theme Custom CSS.
Toolbar > Page Settings (gear icon) > Design > Theme > Customize > Custom CSS gear icon button
div.ccm-page .ccm-image-slider-container {
    background-repeat: no-repeat;
    background-position: center center;
}