Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Can you try the below code:
.s7ecatalogviewer .s7pageview .s7pagedivider {
width:0px;
background-image:url(images/sdk/divider.png);
}
Find more inspiration, events, and resources on the new Adobe Community
Explore Now