Hi
I would like to know how to make the effect of type with background image like this page:
Pages – Meet the Team
The words are:
THE OFFICE
we recently moved the team to New York. Here is how it looks like if you work with us.
The background: image of a city.
thanks
I forgot to mention that i would like the same effect: the images moves when we scroll, thanks
Kriesi used following code to build the page
You can insert it into the default editor, the save the page and switch to the advanced editor to import it.
The “the office” section uses a fixed background image – you can edit the color section to set a bg image. The settings are:
background-repeat: no-repeat;
background-image: url(http://kriesi.at/themes/enfold/files/2013/04/photodune-1011301-city-skyline-m1.jpg);
background-attachment: fixed;
background-position: center center;
thank you very much :)
