Hello.
I would like to apply an overlay pattern to background images applied to bottom1-6 in the GK Steakhouse template. Most of these use the -parallax module suffix.
For the Image Show on the header in MusicState, 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 in Steakhouse in the bottom1-6 positions?
Thanks