I’ve done a page header that uses feature image and color overlay. How can I change the solid color to gradient? There’s linear gradient in CSS but you can set only one color. If I try to change it to CSS it removes the image, as they are in the same class.
Was working on another project so kind of forgot about this. That CSS wont work as I use the feature-image as background-image and that will override it.