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:
you can add this via the UI & Layout composer, custom CSS tab.
0 Votes
4 Comments
Sorted by
rady kalposted
over 3 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 Pinaposted
over 3 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 Heinenposted
over 6 years ago
Thanks! I thought I was able to save it. I'll try the custom css.
0 Votes
D
Deleted Agentposted
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:
When I set my design background to black and save it, it automatically goes back to white.
0 Votes
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
rady kal posted over 3 years ago Admin
Please open a support ticket on our website so we can have a closer look at your issue.
0 Votes
Pedro Pina posted over 3 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
Lean Heinen posted over 6 years ago
Thanks! I thought I was able to save it. I'll try the custom css.
0 Votes
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