Hello, how do I change header overlay opacity? Cant find it in css anywhere now after last update. It is very important for me. Thank you
Overlay opacity after last update
kharisblank
#2
Hello there,
Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.header-image::after {
opacity: 0.4;
}
Regards,
Kharis