• Resolved pedro

    (@pedro79)


    Hello friends, I am looking for a plugin that hovers the photos in such a way that the first one is a gray photo and the next one turns the mouse method to white. Does anyone know?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The right CSS code added to the Additional CSS customizer section should be adequate. You don’t need another plugin this way. Along with the right selectors, use the :hover pseudo-selector to define a hover effect.
    https://developer.mozilla.org/en-US/docs/Web/CSS/:hover

    An effect that is not exactly what you describe, but is close and easy to apply is to have the default image’s opacity be something like 0.5. On hover it changes to 1.0.

    Thread Starter pedro

    (@pedro79)

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hover effect plugin’ is closed to new replies.