A Distraction-Free EDD Checkout in Divi

Written by Dan Mossop

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

Check out Divi Booster

Unlock hundreds of new features to tailor your checkout experience and beyond with Divi Booster. Optimize, customize, and enhance your Divi site effortlessly.

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

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

Latest From Divi Booster

How to Add the Post Status in Divi's Dynamic Content

Divi's Dynamic Content feature is great for enhancing your post/page templates with post-specific information. While Divi includes an option to show information such as the Post Created Date using Dynamic Content, there is no equivalent option for the Post Status....

Fix Divi Text Module "Regular" Font Weight Not Working

Are you encountering an issue where the font weights in Divi's Text Module don't seem to apply as expected? In particular, you might find that when you set the text module's body text font weight to "Regular", your font is actually assigned a weight of 500 instead of...

Make the Divi Gallery Module Swipeable

The Divi Gallery Module comes with a slider mode that lets you display images in a slider with clickable left/right arrows to scroll through the images. For mobile / touchscreen users, you can improve the user experience by allowing your user to swipe to navigate to...

How to Use Divi Dynamic Content in Woo Modules Product Selector

Divi's Dynamic Content is a powerful feature that lets you populate your Divi modules and theme builder templates with data pulled in various sources, such as custom fields. This allows for efficient organization and maintenance of your sites.Unfortunately, Divi's...

Random Divi Posts