Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

1 Reply

Avatar

Correct answer by
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.