A Distraction-Free EDD Checkout in Divi

It's generally believed that cleaner, less cluttered checkout pages tend to lead to increased sales. If you're using Easy Digital Downloads with the Divi Theme, you may like to remove some of the unnecessary Divi components from your checkout page.

Examples of things that generally aren't necessary, and may distract your customers, on the checkout page are the secondary header, the main navigation links, the sidebar, the footer widgets, the footer menu, and the footer social icons.

I tend to like to leave the logo (and homepage link) in place so users aren't trapped on the checkout page. I also personally like to leave the bottom footer (the one with the copyright / credit links) to give a bit of continuity / stop the page from feeling incomplete.

Here's the CSS I use to create a distraction-free checkout page:

/* === Distraction-free EDD checkout === */

/* Hide Divi sidebar on checkout */
.edd-checkout #sidebar,
.edd-checkout #main-content .container:before {
	display: none;
}

/* Hide the secondary header */
.edd-checkout #top-header { display: none;  }

/* Hide footer widget areas and menu */
.edd-checkout #main-footer > .container,
.edd-checkout #et-footer-nav {
    display: none;
}

/* Hide main header links */
.edd-checkout #et-top-navigation {
    visibility: hidden !important;
}

/* Hide the social icons in the footer */
.edd-checkout #footer-bottom .et-social-icons {
    display: none;
}

This is available as an option in Divi Booster from v2.6.2 onwards. You'll find it on the Divi Booster settings page under "Plugins > Easy Digital Downloads > Hide unnecessary Divi components on checkout".

If you'd like to take more control of how your Easy Digital Downloads store looks, you may also like to check Easy Digital Downloads Injector by Tortoise IT which lets you use the Divi Builder and a set of new custom modules to design your store.

Want get more out of Divi?

Hundreds of new features for Divi
in one easy-to-use plugin

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

This post may contain referral links which may earn a commission for this site

Divi Booster

Hundreds of new features for Divi
in one easy-to-use plugin

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