• crosstherubicon

    (@crosstherubicon)


    I want to be able to disable clickable images on mobile. It’s fine on desktop but on mobile when someone scrolls down they actually click on the image and go to the links. I would like to disable that capability on mobile only. Or if that can’t be done I’d like to be able to disable the clickable images altogether.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    Try adding this CSS:

    @media (max-width:768px){
    .wp-show-posts-image a {
        pointer-events: none;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Disable clickable image on mobile’ is closed to new replies.