• Hello. Is there someone can help me please to change the background color of the lightbox effect of the plugin? I’d like to have a little darker than the original.
    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since nobody replied to you, let me tell you how I did it:
    In Appearance>Customize>Custom Css, I’ve added a little code – I wanted the background to be solid white and the text dark. You should change it accordingly ??

    .tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(255, 255, 255); }
    .tos-wrapper .tos-caption {
    text-shadow: none;
    color: #222;
    }

    Thread Starter lucatt

    (@lucatt)

    Hello, many thanks for your reply.
    I made like you wrote but it doesn’t work. I use as setting inside the Lightbox section the Magnific-Popup effect to show the lightbox.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox background color changing’ is closed to new replies.