• Resolved richard.miller

    (@richardmiller-1)


    As the title says, looking for a way to change the color and/or shadow intensity. Can’t seem to locate anything that works using the inspector.

Viewing 3 replies - 1 through 3 (of 3 total)
  • tillery

    (@tillery)

    Hi @richardmiller-1!

    I think you want to change the box shadow around the ligthbox container. That is set on #fancybox-outer. Try this CSS. You will obviously want to change the color from blue, but it will ensure you see the change.

    #fancybox-outer {
    box-shadow: 0 0 8px 4px blue !important;
    }

      I’m sure you know, but you can change the color of the main background overlay via the settings, without CSS.

      Thread Starter richard.miller

      (@richardmiller-1)

      Thank you , this is perfect.

      Great!

    Viewing 3 replies - 1 through 3 (of 3 total)

    The topic ‘CSS to target shadow opacity or color’ is closed to new replies.