Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26900

    I know this is a question that is outside the scope of typical support, so I don’t expect a resolution, . . . but I’m just curious if it’s possible to customize elements similar to the example (link) I’ve attached (torn-paper look) applying CSS or another method. I’m an expert at photoshop, so creating the images would be easy if it came to that. I just wouldn’t know how to implement it into the theme elements. Hope I’m making sense.

    http://www.fascinationstreet.se/

    Regardless, I’m very excited to be trying out the Enfold theme. Wow! So many beautiful features!

    -Patrick

    #132037

    Hi,

    Yes that is possible. On the Advance Layout Editor, insert a 1/1 Column element then add a Text Block element. On the text block, add this code:

    <div class="colcontenttop"></div>

    On your custom.css, add this code:

    .colcontenttop {
    height: 38px;
    background-image: url(../images/bgcolcontenttop.png);
    background-repeat: no-repeat;
    background-position: top;
    }

    It will look like this:

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Beginning a new project (custimization question)’ is closed to new replies.