radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Design background switch does not save

When I set my design background to black and save it, it automatically goes back to white.


Best Answer

This is no setting you can save - it's only a helper to make the designs more visible. If you need the background changed on the front-end you'll need to use a bit of custom CSS, something like this:


.mCustomScrollBox.mCS-light.mCSB_vertical.mCSB_outside{

background-color: #000000;

}


you can add this via the UI & Layout composer, custom CSS tab.


Answer

This is no setting you can save - it's only a helper to make the designs more visible. If you need the background changed on the front-end you'll need to use a bit of custom CSS, something like this:


.mCustomScrollBox.mCS-light.mCSB_vertical.mCSB_outside{

background-color: #000000;

}


you can add this via the UI & Layout composer, custom CSS tab.

Thanks! I thought I was able to save it. I'll try the custom css.

Hi,

Is it possible to do this only in a specific category we define? Right now we have a category with images in white, and the user can't see them.

Thanks,
Pedro Pina

Please open a support ticket on our website so we can have a closer look at your issue.

Login or Signup to post a comment