• Resolved dreamstone

    (@dreamstone)


    How size of the mouseover shadow around image can be increased?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do it with css, try this:

    [class*=wp-image]:hover {
      -webkit-box-shadow: 0 3px 6px rgba(51,51,51,.5);
      -moz-box-shadow: 0 3px 6px rgba(51,51,51,.5);
      box-shadow: 0 3px 6px rgba(51,51,51,.5);
    }

    Kadence Themes

    Thread Starter dreamstone

    (@dreamstone)

    Done it! Thank you!

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

The topic ‘Increase mouseover shadow size around image’ is closed to new replies.