- This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by .
-
Ticket
-
Hi,
I have created a row with a background image and added a title on it (color= white)
To make the contrast stronger, I would like to add an dark overlay on the image. Which css should I use? I’ve tried to add the following class to the row but then, it replaces my background image.
.film-header {
background:
linear-gradient(
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
) !important;
}
Thanks in advance,Jonathan
Sorry, only verified customers can view ticket replies.