From the list: Build ✔ Add overlay to homepage image Veronica A. added this on Sep 17, 2018 Completed Feb 21, 2019 by Kyle S. Assigned to Kyle S. Notes Currently, I just edited the image to have an overlay of black at 40% Comments & Events Kyle Sullivan, Web Development I put the following code into post-launch.css to achieve the overlay effect. header.entry-header::after, header.page-header::after { opacity: 0.4; } Feb 21, 2019 at 9:11 PM Notified 1 person Kyle Sullivan completed this to-do. Feb 21, 2019 at 9:11 PM
Kyle Sullivan, Web Development I put the following code into post-launch.css to achieve the overlay effect. header.entry-header::after, header.page-header::after { opacity: 0.4; } Feb 21, 2019 at 9:11 PM Notified 1 person
header.entry-header::after, header.page-header::after { opacity: 0.4; }