We're merging with GenerateBlocks! Learn more here.

[Support request] Hover over effect on images

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Hover over effect on images

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6779
    Matthew
    Participant

    Hi

    Is it possible to have custom hover over effects?

    I am trying to replicate the same hover over effect on images we have on http://www.ukairdates.com on the new site using GP and WP Show Posts.

    The current effect we have adds a fairly clear but dark effect but with WP Show Posts only seem to be able to change the entire color of the image?

    http://beta.ukairdates.com

    Thanks!

    #6782
    Tom
    Keymaster

    Hi there,

    To do that, you would just set a black overlay color and remove the effect.

    You can adjust the color like this:

    .wp-show-posts-image:hover .wp-show-posts-image-overlay {
        background-color: rgba(0,0,0,0.4) !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.