Hi there,
on my page: http://wordpress.lokbernau.de/
I defined .gradient class like this:
.gradient {
background: rgb(244,197,87);
background: -webkit-linear-gradient(rgba(30,30,30,0.0)65%, rgb(244,197,87));
background: -o-linear-gradient(rgba(30,30,30,0.0)65%, rgb(244,197,87));
background: -moz-linear-gradient(rgba(30,30,30,0.0)65%, rgb(244,197,87));
background: linear-gradient(rgba(30,30,30,0.0)65%, rgb(244,197,87));
}
It’s applied to the first section of the page and you can see it for a short moment if you reload the page.
It’s purpose is to improve the visibility of the text “HEIMSPIEL
LOK BERNAU VS. MTV HERZÖGE WOLFENBÜTTEL
5. Spieltag ProB Nord, 22.10.2017 | 17 Uhr | Erich-Wünsch-Halle”
It worked until the last theme update. Now it seems like the gradient background became the lowest background layer.
How do I get it back on top of the others - right behind the text?
Would it be possible to assign the class to the upper background layer?
In case yes, how could I achieve this?