Comments Iain started the conversationMay 15, 2017 at 2:16amHi.i was wondering how you change the default grey transition color?I've attached a screen capture with an arrow pointing to what I mean.RegardsIain[deleted] repliedMay 16, 2017 at 9:58amHey Iain,The color of the sides of the 3D transition objects can be changed in the CSS Editor. The code line for this is at the bottom of the editor.This should change the color of all sides of the objects. Could you please show the code that you used ?Iain repliedMay 16, 2017 at 6:51pm.ls-3d-box div { /* Sides of 3D transition objects */ background-color: #6786a1 }[deleted] repliedMay 17, 2017 at 9:22pmPlease try to use the following and also empty cache:.ls-3d-box div { background-color: #6786a1 !important; }Iain repliedMay 18, 2017 at 7:13amOK, that seems to have done the trick.Thank you. Sign in to reply ...
Hi.
i was wondering how you change the default grey transition color?
I've attached a screen capture with an arrow pointing to what I mean.
Regards
Iain
Hey Iain,
The color of the sides of the 3D transition objects can be changed in the CSS Editor. The code line for this is at the bottom of the editor.
This should change the color of all sides of the objects. Could you please show the code that you used ?
.ls-3d-box div { /* Sides of 3D transition objects */
background-color: #6786a1
}
Please try to use the following and also empty cache:
.ls-3d-box div {
background-color: #6786a1 !important;
}
OK, that seems to have done the trick.
Thank you.