Hello.
I would like to apply an overlay pattern to the background images used in the MusicState template (i.e. dark_bottom_bg.jpg, bottom_bg.jpg etc).
For the Image Show on the header, I've used the following custom code in the override.css
.gkIsWrapper-gk_musicstate figure > div:before {
background: url('../images/pattern.png') repeat 0 0;
content: "";
display: block;
height: 100%;
position: absolute;
width: 100%;
}
Can I apply something similar to override.css to add a pattern on top of the background image files?
Thanks