Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Scene7 eCatalog HTML5 Viewer - how to remove bg image

New Here ,
Aug 13, 2013 Aug 13, 2013

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.

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 25, 2015 Jun 25, 2015
LATEST

Can you try the below code:

.s7ecatalogviewer .s7pageview .s7pagedivider {

width:0px;

background-image:url(images/sdk/divider.png);

}


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines