Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

scene7 eCatalog: HTML5 Viewer: Changing bg image

Avatar

Level 1

I'm drying to change/remove the background image of the page divider in the HTML5 eCat viewer.

 

Existing style (in default style sheet):

.s7pageview .s7pagedivider {

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

I uploaded a new css file with:

.s7pageview .s7pagedivider {

    background-image: none;

but then it breaks other styles. DO I need to rebuild the customer css with all the default styles too?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 2

Yes, you will need to include all of the style settings in your CSS file that you want to apply.  If you like some, but not all of the values in the default CSS, then you will need to include those in any modified CSS you reference in your configuration.

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Level 2

Yes, you will need to include all of the style settings in your CSS file that you want to apply.  If you like some, but not all of the values in the default CSS, then you will need to include those in any modified CSS you reference in your configuration.