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
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