How Can We Help?

Search for answers or browse our knowledge base.

< All Topics
Print

How to make footer of Divi Edu like a normal footer

If you want the footer of the Divi Edu to appear like a normal website footer add the following CSS in Divi Theme Options.

.de-upper-footer {
   display: none;
}
#main-footer, .et-l--footer {

    position: initial !important;
}
Table of Contents