For the people that want to remove Divi’s default footer, this tutorial will help you! It will only take, probably, less than 2 minutes with the help of a CSS code. Let’s get to it!
Default Footer

Video Tutorial:
Tutorial
Step 1: Head over to Theme Customizer to add CSS
Let’s go to the Theme Customizer to add the simple CSS via WordPress dashboard > Divi > Theme Customizer > Additional CSS


Step 2: Add CSS Code & Publish
Now, we can add this code:
— — —
#footer-bottom {
display: none !important;
}
— — —
If you already have some CSS codes in there, you can add this code at the top or at the bottom; the positioning doesn’t really matter as much.
And then, make sure to click the Publish button!

If you have any questions, don’t hesitate to leave a comment, and I will do my best to help!
If you watched the tutorial video, and it helped, I am very happy that it did! Please Like, Comment & Subscribe to my YouTube channel! Thanks!