Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861619

    trioen
    Participant

    Hi and thank you for a great theme.
    I need help creating this effect:

    http://din-gaardsplass.no/

    Hope you can help 🙂

    #861719

    John Ezra
    Member

    Hi there,

    Thanks for writing in! This will involve some CSS. If you know CSS, then you can try using the following as a guide to the effect.

    h1.yourClass {
        font-size: 20em;
        font-weight: 700;
        margin: 0;
        margin-top: -5%;
        margin-left: -1%;
        background-image: url(/Your_Iamge_Link_Goes_Here.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-position-y: 10%;
        background-attachment: fixed;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: rgba(0,0,0,0);
        color: transparent;
    }

    If you need help with the CSS, please provide your URL and make sure you have the text you want to have the effect on already present so we can check it out.

    Hope this helps – thanks!