Carousel view

Main view consists of the banner image.

CSS properties of the main viewer area

The appearance of the viewing area is controlled with the following CSS class selector:

.s7carouselviewer .s7carouselview

CSS property

Description

background-color

Background color in hexadecimal format of the main view.

Example - to make the main view transparent.

.s7carouselviewer .s7carouselview {
 background-color: transparent;
}

On this page