Problem with overlay pattern and background image files

GK User
Mon Sep 08, 2014 8:55 pm
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
User avatar
Gold Boarder

GK User
Wed Sep 10, 2014 11:16 am
You should be able.
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Sep 10, 2014 12:31 pm
Cyberek, sadly I am unable to do this again at the moment :-(

I know it is easier for you but if you can suggest code I will implement and test straight away! :-)
User avatar
Gold Boarder

GK User
Thu Sep 11, 2014 3:07 pm
You can try add background-image to body element. Without seeing live site I can't do much more.
User avatar
Moderator


cron