From the list: Child Theme ✔ Page Header Overlay Kyle S. added this on Nov 17, 2020 Completed Nov 20, 2020 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development I'd forgotten to add some CSS. Here's what I added to fix this. page-header::after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; } Nov 20, 2020 at 8:51 PM No one was notified Kyle Sullivan completed this to-do. Nov 20, 2020 at 8:51 PM
Kyle Sullivan, Web Development I'd forgotten to add some CSS. Here's what I added to fix this. page-header::after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; } Nov 20, 2020 at 8:51 PM No one was notified
page-header::after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; }