• Resolved mazul22

    (@mazul22)


    Hello,

    I would like to put a shadow behind and below the image on the lightbox… with CSS code…

    Can you help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Miha

    (@mplusb)

    Hi @mazul22,

    Thank you for reaching out to us!
    To add a shadow for the image in the lightbox please add this code in Appearance > Customize > Additional CSS:

    .modula-fancybox-image {
    	box-shadow: 1px 2px 16.36px 1.14px white;
    }

    You can change the values above according to your needs.

    Warmly,
    Mihaela

    Thread Starter mazul22

    (@mazul22)

    Great! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shadow bhind image in Lightbox’ is closed to new replies.