Question
Scene7 eCatalog HTML5 Viewer - how to remove bg image
Trying to figure out how to remove the background image page divider on this viewer.
Default style:
.s7pageview .s7pagedivider {
background-image: url("/s7sdk/2.4/images/sdk/divider.png");
I tried adding a style sheet with:
.s7pageview .s7pagedivider {
background-image:none;
but it broke all the other styles such as the viewer tools.
Thanks.
