Using CSS class to darken background image
I tried using a a custom class here http://tn.lpnational.wpengine.com/ for the top image to darken it but it appears it is doing it behind the image rather than in front. What am I missing?
I tried:
.darkenoverlay {
background: rgba(70, 72, 82, 0.3)
}
I tried:
.darkenoverlay {
background: rgba(70, 72, 82, 0.3)
}
Comments
Sorry but this will not work this way, the easiest way is to just darken the image on your PC using some editing software.
thanks