Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
At the moment, the lightbox opens white. I would like it to open in 102/102/102 rgb grey.
in feature_requests by (160 points)
  
Thanks for the request, we'll look into adding this. For right now, you can attach custom CSS in the Resources section that will also do the trick.

1 Answer

+1 vote
 
Best answer

Here's the custom CSS you can use (replace #fff with the desired color):

#cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay {background:#fff !important;}

by (197k points)
selected by