Page 1 of 1

Overlay Color Persists when Image Removed

Posted: Tue Oct 29, 2019 11:02 am
by gofrank
In a project that uses a layout grid with a background image + overlay, I've applied a dark blue overlay color using an Alpha value of 146. In the smaller breakpoints (480, 320px) the background is switched to transparent. When previewed, the image is no longer displayed in the smaller breakpoints, however the Alpha value (and color) remains.

Is this an intended design feature? I can provide an example project, if needed.

Re: Overlay Color Persists when Image Removed

Posted: Tue Oct 29, 2019 11:09 am
by Pablo
This is intended behavior. Adding an overlay will change the HTML structure of the layout grid. This cannot be different in breakpoints.

Re: Overlay Color Persists when Image Removed

Posted: Tue Oct 29, 2019 11:26 am
by gofrank
Okay, thank you!