Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433142

    Hi, can you please tell me how to get the background on this lightbox to be white. I would like the black sections to show white. http://www.weathertightcorp.com/a-test-page-2/

    #433716

    Hey weathertight!

    You can try adding following code to Quick CSS in Enfold theme options under General Styling tab

    div#cal_target {
      background-color: white!important;
    }

    But since it is an iframe, i doubt that i would work

    Cheers!
    Yigit

    #433728

    That didn’t work. Do you know how to get the lightbox to have a white background? That should solve it.

    #433730

    Hi!

    Please add following code to Quick CSS to change background color of lightbox

    .mfp-bg { background: white; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.