• Hi,

    I have a requirement in one of my projects where client wants to show the excerpt of the post and make the image opaque when mouseover happens on the image of one of the posts in the slider. I tried changing the CSS by updating CSS and also tried jquery but CSS property of image is not changing. Please help.

    Regards,
    Ankur Khurana

    https://www.ads-software.com/plugins/recent-posts-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Neha

    (@nehagoel)

    Hi,

    Add this css in custom css field

    .rps .col p.slider-content-both img:hover {
    opacity: 0.7;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Mouse over/hover effect in recent post slider’ is closed to new replies.