Title: Make CherryFramework &#8220;post_grid&#8221; post image non-clickable
Last modified: January 24, 2019

---

# Make CherryFramework “post_grid” post image non-clickable

 *  Resolved [Zak Dietzen](https://wordpress.org/support/users/itmg2019/)
 * (@itmg2019)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/make-cherryframework-post_grid-post-image-non-clickable/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmake-cherryframework-post_grid-post-image-non-clickable%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [motopress](https://wordpress.org/support/users/motopress/)
 * (@motopress)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/make-cherryframework-post_grid-post-image-non-clickable/#post-11153531)
 * Hi [@itmg2019](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/motopress-cherryframework_92a0ae.
   svg)
 * [MotoPress and CherryFramework-3 Integration](https://wordpress.org/plugins/motopress-cherryframework/)
 * [Support Threads](https://wordpress.org/support/plugin/motopress-cherryframework/)
 * [Active Topics](https://wordpress.org/support/plugin/motopress-cherryframework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/motopress-cherryframework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/motopress-cherryframework/reviews/)

## Tags

 * [cherry framework](https://wordpress.org/support/topic-tag/cherry-framework/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 1 reply
 * 2 participants
 * Last reply from: [motopress](https://wordpress.org/support/users/motopress/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/make-cherryframework-post_grid-post-image-non-clickable/#post-11153531)
 * Status: resolved