Remove the Divi Slider Module Title Link

Written by Dan Mossop

The Divi slider module includes the option to add a button to any slide. Normally when you set the button link URL, the slide title is automatically linked. If you want to prevent this, so that only the button is linked, not the title, here's how.

Remove the Slider Module Title Link using Divi Booster

Divi Booster adds an option to the slider module, allowing the slide title links to be disabled.

To use it, open the settings for the slide whose title you wish to unlink

If you haven't already, set the "Button Text" field to add a button to the slide.

Then open the "Link" toggle.

Fill in the "Button Link URL" field, if you haven't yet.

When the "Button Link URL" field is filled in, the "Link the Slide Title" option added by Divi Booster will appear. Set this to "No" to disable the slide title link.

Save the slide and slider settings.

Now save the page and view it on the front end. You should see that the slide title is no longer linked.

This option was added in Divi Booster v4.4.1.

Remove the Slider Module Title Link using PHP Code

To prevent the slider module titles from being linked, without using a plugin, add the following PHP code to your site:

    // === Start: Remove Slider Module Title Links ===
    function dbc_remove_divi_slider_title_link( $output, $render_slug ) {
        // Proceed only if the output is a string and the module is a slide.
        if ( is_string( $output ) && 'et_pb_slide' === $render_slug ) {
            $output = preg_replace(
                '~<h([1-6])\s+class="et_pb_slide_title">\s*<a href="[^"]*">(.*?)</a>\s*</h[1-6]>~s',
                '<h$1 class="et_pb_slide_title">$2</h$1>',
                $output
            );
        }
        return $output;
    }
    add_filter( 'et_module_shortcode_output', 'dbc_remove_divi_slider_title_link', 20, 2 );
    // === END: Remove Slider Module Title Links ===

Now, you should find that your slider module slide title's are no longer linked when the Button Link URL is set.

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

Check out Divi Booster

Divi Booster upgrades Divi with hundreds of new features to help you build awesome sites with ease. With features like the ability to remove the slider module title link, it's perfect for fine-tuning your site exactly how you want.

Latest Posts

Fix the Flickr Typo in the Divi Social Media Follow Module

Sometimes it's the small things that make the difference... there is a minor typo in the Divi Social Media Follow module that was present in Divi 4, and (currently) remains in Divi 5. Specifically, the tooltip for Flickr is misspelled as "Flikr". Here's how to fix...

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,...

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, 

0 Comments

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 *.

Works with Divi 5

This feature has been tested and confirmed to work with Divi 5.

Works with Divi 4

Divi Booster

Hundreds of new features for Divi!

All licenses are lifetime – pay once, use forever.