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

    is it possible to create a diagonal menu like in this website:
    http://www.templatemonster.com/demo/50710.html
    if so please tel me how
    thanks

    #445837

    Hi webon_israel!

    Thank you for using Enfold.

    That is a slanted black transparent image called black_angle_bot.png below the header. Size is 1920x94px. Use google inspector or firebug to see it. You can create one then add it by using this in the Quick CSS field:

    header#header:after {
      content: '';
      background: url(IMAGE URL HERE) no-repeat top left;
      width: 100%;
      height: 94px;
      display: block;
      position: absolute;
    }

    If you don’t know how to create an image like that, please hire a freelance developer.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.