In the Page Title tab of a menu item, there's an option to add a background color to overlay the image. See screenshot: https://go.screenpal.com/watch/cOe6oanZxl3
I'd like that to be a linear gradient. But, when I try to add a linear gradient via custom css, it doesn't work because it results in the actual background instead of an overlay. See screenshot: https://go.screenpal.com/watch/cOe6oGnZx2u
I've used a background color before and reduced the percentage to allow for the image to show through, e.g. rgba(0, 0, 0, 0.66). But I'd like to use a gradient instead.
How can I achieve a linear gradient as an overlay to the background image?