Design background switch does not save

Posted over 6 years ago by Lean Heinen

Post a topic
Answered
L
Lean Heinen

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

0 Votes

D

Deleted Agent posted over 6 years ago 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.

0 Votes


4 Comments

Sorted by
rady kal

rady kal posted almost 4 years ago Admin

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

0 Votes

P

Pedro Pina posted almost 4 years ago

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

0 Votes

L

Lean Heinen posted over 6 years ago

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

0 Votes

D

Deleted Agent posted over 6 years ago 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.

0 Votes

Login or Sign up to post a comment