Tutorial & code

Row Background Blend modes

This row template contains the CSS blend mode info to create some nice blends between Beaver Builder background colors and images.

Minimum BB plugin required:      Saved under:  
Skill level:     Contributor: 

Template Location

Bj Custom Rows Nav 1

Video

Notes

See the Row Background Blend modes template in action.

Code

CSS

.fl-row-content-wrap{
background-blend-mode:multiply; 
}

/*

|multiply|screen|overlay|darken|lighten|color-dodge|saturation|color
|luminosity|exclusion|difference|hue|hard-light|soft-light|color-burn|

Darkening - darken, multiply, and color-burn darken images in their own ways.
Lightening- lighten, screen and color-dodge lighten up the image.
Contrast- overlay, soft-light and hard-light modes play up the contrast.
Comparative - difference and exclusion modes would fall in this category.

https://dev.opera.com/articles/getting-to-know-css-blend-modes/
*/