Hi, I was wondering how i can use blend modes between my Upper and Lower Layers
I am wishing to multiply a red was over my Lower Background image.Or do i need to switch these.
Lower Layer = img
Upper Layer = Color/gradient
Blend Mode = Multiply or Add
I am trying to use CSS in the section
$el .x-bg-upper-layer{
background-blend-mode: multiply;
}


