u/IfIWasADino

▲ 4 r/divi

Hero Image showing in every page on Divi 5

I'm running Divi 5 on WordPress and have a persistent issue I can't resolve. Posting the full troubleshooting history since I've ruled out most common causes already. For reference, I'm not a web developer, I do this for my own business and to help out friends. I have used Divi for years, but this is the first real wall I've hit!

The issue is that when I create a home page with a specific hero/background image in the first section of that page, it bleeds over into every other page's first section. If I delete that first section, the image doesn't disappear, it just shows up on the new first section instead.

What I've already ruled out:

  1. Global Sections/Rows — checked the section for a global/chain-link indicator; not global.
  2. Divi Theme Builder — checked Header, Body, and Footer templates. Body template is completely empty. No separate "Homepage"-specific template exists.
  3. Theme Options, Custom CSS — only contains unrelated z-index rules for the header/nav, nothing referencing backgrounds.
  4. Appearance, Additional CSS — nothing.
  5. Caching plugins — updated all plugins and deactivated any that could affect website design. No change.
  6. Section's own Advanced tab Custom CSS box — empty, no manual CSS written there.
  7. Browser cache — ruled out via incognito testing.
  8. Deleting Image and replacing with new image — Same issue as before

What I found via browser DevTools:
Inspecting the affected section showed this auto-generated rule:

css

.et_pb_section_0 {

background-repeat: no-repeat !important;

background-image: url(...) !important;

}

I have tried everything to figure out why this is happening. Is this a known Divi behavior or something new? I'm about ready to quit using Divi and try something else at this point.

reddit.com
u/IfIWasADino — 13 days ago