From which version did you update to Bricks 1.5.2? Probably from 1.5, right?
Please read the Bricks 1.5.1 Changelog and especially the “breaking change” paragraph:
The key point is that we have removed position: relative from almost all elements. Accordingly, some things behave differently than before, although this is not a bug but standard and expected HTML/CSS behavior.
The solution is relatively simple: the section and the container need “position: relative” for the overlay to work as before. Alternative: section > position:relative, container > z-index: 1.
+1 on this - currently experiencing the same issue on 1.5.2 regarding posts element with gradient/overlay activated on the featured images. Deactivating the overlay will restore the featured images.
section > position:relative & container > z-index: 1 solve the other overlay issues I’ve been experiencing, but not for this posts element I’m afraid. Overlay colors do have transparency.
oooh, that worked! although the featured image is now unclickable, still looking for a workaround.
gradient overlays would also be great in the future. Thanks!
If you remove the default link from the post title, the “link image” option works. Otherwise, you’d have a link inside of a link… which isn’t allowed.