• Resolved Zak Dietzen

    (@itmg2019)


    Hello, Is there a way to make the images in the “post_grid” non-clickable or to link somewhere and not just show a larger image?

    I have the post grid shortcode on my homepage and I would like the image to either not be clickable at all or to be clickable and take you to the blog. They do not want the image to be clicked and then just enlarged.

    If you go to siemermilling.com and scroll to the bottom of the home page where the “news” is, that is where I would like to make the images non clickable.

    I hope I am explaining this correctly! Any help or a point in the correct direction would be greatly appreciated!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi @itmg2019,
    Simply add the style below to Appearance>Customize>Additional CSS:

    .posts-grid .featured-thumbnail {
        cursor: default;
        pointer-events: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Make CherryFramework “post_grid” post image non-clickable’ is closed to new replies.