Fade out any section from bottom – Overlay

WordPress CSS July 23, 2026

Add a class to that section: .fade-section And then use this code:

.fade-section::before {
    z-index: 100;
    pointer-events: none;
}