Viewing 4 replies - 1 through 4 (of 4 total)
  • What line of meteor-slides.css is box-shadow: none !important on?

    Thread Starter CKatzman

    (@ckatzman)

    I don’t know how to figure out the line number, but it’s in:

    .meteor-slides .mslide img

    .

    I would like to know about the box-shadow, too.

    Plugin Author Josh Leuze

    (@jleuze)

    The box shadow rule is in there to avoid conflicts with themes that apply box shadows to all the images.

    The slide images are cropped by the slideshow container to the size of the slideshow, so anything outside of the images like a border or shadow might not show up. Generally I recommend adding styles like this to the main slideshow container like this:

    div.meteor-slides {
    box-shadow: 1px 1px 3px #333;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Meteor Slides box shadow’ is closed to new replies.