Make Blog Module Featured Images Non-Clickable

Written by Dan Mossop

The Divi Theme's blog module displays a list of posts and, optionally, their featured images. By default, clicking on the featured images will take you to the corresponding post. Here's how to make the blog module's featured images non-clickable.

Disable the Blog Module Featured Image Links using CSS

The following CSS can be used to disable the featured image links.

.et_pb_module.et_pb_posts .entry-featured-image-url { 
    pointer-events: none; 
}
Note that this will not affect other links in the blog module, such as the post title links.

To apply the CSS to a specific blog module only:

  1. Give that module a CSS Class in "Blog Module Settings > Advanced > CSS ID & Classes > CSS Class", e.g. "non-clickable-featured-images"
  2. Replace ".et_pb_module.et_pb_posts" with ".et_pb_module.non-clickable-featured-images" in the above code

We may earn a commission when you visit links on our website.

Streamline Your Divi Blog Module with Divi Booster!

Enhance your Divi blog module with advanced customization options. Divi Booster offers new features like styling tweaks and functionality enhancements, making your site-building process smoother and more efficient.

Latest Posts

Add a Frosted-Glass Background Blur in Divi

Give your Divi layouts a polished, glassmorphism look by blurring the content behind a semi‑transparent Divi section, row or module. This effect enhances readability over busy or textured backgrounds while preserving the visual impact of your imagery and layout. In...

Customize Lightbox Title Styling in the Divi Gallery Module

Adjust the appearance of the lightbox title that appears when visitors open images from a Divi Gallery to align with your brand and improve readability. Refining the title’s color, size, and weight enhances visual hierarchy, accessibility, and overall polish. In this...

Center the Lightbox Image Count in the Divi Gallery Module

Centering the image count in a gallery lightbox creates a cleaner, more balanced presentation and makes it easier for visitors to see where they are in the image set. This simple visual tweak can enhance readability, especially with larger images and longer captions,...

Style the Divi Gallery Module Lightbox Image Count

Tailor the appearance of the image counter in the Divi Gallery module lightbox to match your brand and improve readability. By customizing the counter’s color and typography, you ensure it displays clearly and suits your design. In this guide we show you how to style...

About Dan Mossop

Dan is a Scottish-born web developer, now living in Brisbane with his wife and son. He has been sharing tips and helping users with Divi since 2014. He created Divi Booster, the first Divi plugin, and continues to develop it along with 20+ other Divi plugins. Dan has a PhD in Computer Science, a background in web security and likes a lot of stuff, 

2 Comments

  1. Thanks for this – exactly what I needed :)

    Reply
    • You're welcome, zeb :)

      Reply

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.