Newbie's question about Image Slider

I have just installed latest build and started playing around. I have troubles with the Image Slider and can’t find any example on same issue.

I can’t find a way to prevent the dark ribbon covering an image. What is it I don’t understand?

BR Mikkel

If your site is on a live server, perhaps you could share the URL

Sure: Home :: Slagelse Bridgeklub

I have just started all over.

I would expect simply to let it switch between a few of my sponsor’s logos and nothing else.

The ‘Dark Ribbon’ is an area for adding text below the image the css that is calling the Dark Ribbon is .ccm-image-slider-text
You could add some additional styling in the ‘Header Extra Content’ page attribute to prevent this text area from displaying something like this.

<style>
.ccm-image-slider-text {
background-color: transparent !important
}
</style>

Untested but you get the idea.

Marvellous! That did the job. Thanks a lot!

Mikkel

THank you - same problem - Fixed