Viewing 1 replies (of 1 total)
  • Hey,
    That uses a background image for the drop shaddow, you can add a background image and position it to the bottom like that, you just use css like this:

    .home .flexslider {
    -webkit-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘virtue flexslider drop shadow’ is closed to new replies.